correct the k8s example
This commit is contained in:
parent
9582113c42
commit
885c692c07
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ spec:
|
|||
replicas: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
run: privatebin
|
||||
app: privatebin
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
@ -82,7 +82,7 @@ spec:
|
|||
readOnly: False
|
||||
containers:
|
||||
- name: privatebin
|
||||
image: privatebin/nginx-fpm-alpine:1.3.3
|
||||
image: privatebin/nginx-fpm-alpine:1.3.4
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue