Compare commits

..

No commits in common. "c29e1fce460593874a300645e63abd250f4f50df" and "ecd5f3e433f3b91f3b15d6c6a79d64f05d3ee3cc" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -16,8 +16,7 @@ spec:
metadata:
labels:
app: backstage-cloudsql-proxy
app.kubernetes.io/name: backstage-cloudsql-proxy
app.kubernetes.io/instance: backstage-cloudsql-proxy
{{- include "backstage.selectorLabels" . | nindent 8 }}
spec:
serviceAccountName: {{ .Values.cloudSqlProxyServiceAccount.name }}
automountServiceAccountToken: true

View File

@ -19,9 +19,8 @@ service:
targetPort: 7007
# Ingress configuration
# Disabled - using HTTPRoute (Gateway API) instead via Terraform
ingress:
enabled: false
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"