Correct targetPort and always use PVC during testing (#840)
* Fix targetPort not being processed correctly * Always use PVC in values.yaml just to be sure it actually works * fix a small copy-paste mistake * bump * fix hyperion-ng mistake
This commit is contained in:
@@ -21,19 +21,19 @@ service:
|
||||
port: 8443
|
||||
comm:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
ports:
|
||||
tcp:
|
||||
enabled: true
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
protocol: TCP
|
||||
stun:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
ports:
|
||||
udp:
|
||||
enabled: true
|
||||
port: 3478
|
||||
targetPort: 3478
|
||||
protocol: UDP
|
||||
|
||||
env:
|
||||
@@ -45,4 +45,6 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/unifi"
|
||||
type: emptyDir
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: "100Gi"
|
||||
|
||||
Reference in New Issue
Block a user