removed templating

This commit is contained in:
Damien Ostler 2024-02-09 00:21:28 -05:00
parent 4b767eb1bb
commit efa692cb2b

View File

@ -24,9 +24,9 @@ spec:
helm:
values: |
image:
repository: "{{.apps.core-api.image}}"
repository: ghcr.io/comissions-app/core-api
pullPolicy: Always
tag: "{{.apps.core-api.version}}"
tag: "latest"
imagePullSecrets:
- name: comissions-app
@ -48,14 +48,14 @@ spec:
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 512m
hosts:
- host: '{{.apps.core-api.ingress.host}}'
- host: 'core-api.comissions.dev'
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: 'tls-secret'
hosts:
- '{{.apps.core-api.ingress.host}}'
- 'core-api.comissions.dev'
destination:
server: 'https://kubernetes.default.svc'
namespace: 'argo-cd '