Compare commits
No commits in common. "c29e1fce460593874a300645e63abd250f4f50df" and "ecd5f3e433f3b91f3b15d6c6a79d64f05d3ee3cc" have entirely different histories.
c29e1fce46
...
ecd5f3e433
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user