Skip to content

Commit

Permalink
0.6.1: removed useless backend-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Dec 21, 2023
1 parent 8ebbb5b commit 8e965dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/anka-build-cloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type: application
version: 0.6.0
version: 0.6.1
apiVersion: v2
name: anka-build-cloud
appVersion: "1.40.0"
Expand Down
2 changes: 0 additions & 2 deletions charts/anka-build-cloud/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ metadata:
name: controller
annotations:
{{- if .Values.registry.ingressNginxAuthTLSSecretName }}
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.ingress.kubernetes.io/auth-tls-secret: "{{ .Values.controller.ingressNginxAuthTLSSecretName }}"
nginx.ingress.kubernetes.io/auth-tls-pass-certificate-to-upstream: "true"
nginx.ingress.kubernetes.io/auth-tls-verify-client: "optional"
Expand Down Expand Up @@ -149,7 +148,6 @@ metadata:
name: registry
annotations:
{{- if .Values.registry.ingressNginxAuthTLSSecretName }}
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.ingress.kubernetes.io/auth-tls-secret: "{{ .Values.registry.ingressNginxAuthTLSSecretName }}"
nginx.ingress.kubernetes.io/auth-tls-pass-certificate-to-upstream: "true"
nginx.ingress.kubernetes.io/auth-tls-verify-client: "optional"
Expand Down

0 comments on commit 8e965dc

Please sign in to comment.