Compare commits
2 Commits
ecd5f3e433
...
c29e1fce46
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c29e1fce46 | ||
|
|
0590bcb704 |
@ -16,7 +16,8 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: backstage-cloudsql-proxy
|
||||
{{- include "backstage.selectorLabels" . | nindent 8 }}
|
||||
app.kubernetes.io/name: backstage-cloudsql-proxy
|
||||
app.kubernetes.io/instance: backstage-cloudsql-proxy
|
||||
spec:
|
||||
serviceAccountName: {{ .Values.cloudSqlProxyServiceAccount.name }}
|
||||
automountServiceAccountToken: true
|
||||
|
||||
@ -19,8 +19,9 @@ service:
|
||||
targetPort: 7007
|
||||
|
||||
# Ingress configuration
|
||||
# Disabled - using HTTPRoute (Gateway API) instead via Terraform
|
||||
ingress:
|
||||
enabled: true
|
||||
enabled: false
|
||||
className: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user