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"
|
||||
- name: resources.requests.memory
|
||||
value: "511772986"
|
||||
- name: service.main.ports.http.port
|
||||
value: "80"
|
||||
valuesObject:
|
||||
service:
|
||||
main:
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: "paperless.martyn.berlin"
|
||||
ports:
|
||||
http:
|
||||
port: 80
|
||||
targetPort: 8000
|
||||
repoURL: https://charts.gabe565.com
|
||||
targetRevision: 0.24.1
|
||||
syncPolicy:
|
||||
|
|
Loading…
Add table
Reference in a new issue