change service port
This commit is contained in:
parent
d619deb55d
commit
44cf526ee4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ server:
|
||||||
- path: /
|
- path: /
|
||||||
backend:
|
backend:
|
||||||
serviceName: woodpecker-svc
|
serviceName: woodpecker-svc
|
||||||
servicePort: *servicePort
|
servicePort: 80
|
||||||
statefulSet:
|
statefulSet:
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
env:
|
env:
|
||||||
|
|
Reference in a new issue