update
This commit is contained in:
parent
4e0a4e60e1
commit
6e746a024f
@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: rtmp-adr
|
- name: rtmp-adr
|
||||||
image: git.oe74.net/adelorenzo/rtmp-adr:0.6
|
image: git.oe74.net/adelorenzo/rtmp-adr:0.4
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
@ -28,9 +28,6 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
app: rtmp-adr
|
app: rtmp-adr
|
||||||
ports:
|
ports:
|
||||||
# By default and for convenience, the `targetPort` is set to the same value as the `port` field.
|
|
||||||
- port: 8080
|
- port: 8080
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
# Optional field
|
|
||||||
# By default and for convenience, the Kubernetes control plane will allocate a port from a range (default: 30000-32767)
|
|
||||||
nodePort: 30080
|
nodePort: 30080
|
||||||
|
Loading…
Reference in New Issue
Block a user