Skip to content

Commit

Permalink
working on ingress deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Jan 14, 2025
1 parent 6dd53e1 commit f49e2f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion chart/templates/web-ing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ metadata:
{{ $key }}: {{ $value | quote }}
{{- end }}
spec:
ingressClassName: nginx
rules:
{{- range .Values.ingress.hosts }}
- host: {{ . | quote }}
Expand Down Expand Up @@ -41,4 +42,4 @@ spec:
- {{ . | quote }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
1 change: 0 additions & 1 deletion ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ ingress:
hosts:
- dl.atla.com
annotations: {
kubernetes.io/ingress.class: "nginx",
nginx.ingress.kubernetes.io/proxy-body-size: "0"
}
tls:
Expand Down
3 changes: 1 addition & 2 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ ingress:
hosts:
- dl-staging.atla.com
annotations: {
kubernetes.io/ingress.class: "nginx",
nginx.ingress.kubernetes.io/proxy-body-size: "0"
}
tls:
Expand Down Expand Up @@ -50,4 +49,4 @@ mariadb:
enabled: true
size: 20Gi
secondary:
replicaCount: 0
replicaCount: 0

0 comments on commit f49e2f3

Please sign in to comment.