We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb8989 commit c2310c2Copy full SHA for c2310c2
charts/whatsapp-proxy-chart/templates/service.yaml
@@ -15,6 +15,8 @@ metadata:
15
16
spec:
17
type: {{ .Values.service.type }}
18
+ loadBalancerClass: service.k8s.aws/nlb
19
+
20
ports:
21
{{- if .Values.service.http_proxy_port }}
22
- port: {{ .Values.service.http_proxy_port }}
charts/whatsapp-proxy-chart/values.yaml
@@ -15,8 +15,6 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
-public_ip: "10.0.0.1"
-
imagePullSecrets: {}
nameOverride: ""
fullnameOverride: ""
0 commit comments