mirror of
https://github.com/D4M13N-D3V/comissions-app-argocd.git
synced 2025-03-14 08:15:00 +00:00
removed templating
This commit is contained in:
parent
4b767eb1bb
commit
efa692cb2b
@ -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 '
|
||||
|
Loading…
x
Reference in New Issue
Block a user