fix(portainer-ce) fix protocol key was emtpy (#3924)
This commit is contained in:
parent
7877d559c0
commit
14bd9503b1
|
@ -19,7 +19,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/portainer-ce
|
||||
- https://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal
|
||||
- https://hub.docker.com/r/portainer/portainer-ce
|
||||
version: 0.0.6
|
||||
version: 0.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- management
|
||||
|
|
|
@ -67,7 +67,6 @@ service:
|
|||
edge:
|
||||
enabled: true
|
||||
port: 10401
|
||||
protocol:
|
||||
targetPort: 10401
|
||||
|
||||
persistence:
|
||||
|
|
Loading…
Reference in New Issue