correct the k8s example

This commit is contained in:
El RIDO 2020-05-25 19:39:42 +02:00
parent 9582113c42
commit 885c692c07
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -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: