TargetPort and move port to object
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
4831ec4212
commit
1d56b4636c
1 changed files with 4 additions and 2 deletions
|
@ -58,13 +58,15 @@ spec:
|
||||||
value: "25m"
|
value: "25m"
|
||||||
- name: resources.requests.memory
|
- name: resources.requests.memory
|
||||||
value: "511772986"
|
value: "511772986"
|
||||||
- name: service.main.ports.http.port
|
|
||||||
value: "80"
|
|
||||||
valuesObject:
|
valuesObject:
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: "paperless.martyn.berlin"
|
external-dns.alpha.kubernetes.io/hostname: "paperless.martyn.berlin"
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
|
port: 80
|
||||||
|
targetPort: 8000
|
||||||
repoURL: https://charts.gabe565.com
|
repoURL: https://charts.gabe565.com
|
||||||
targetRevision: 0.24.1
|
targetRevision: 0.24.1
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue