Update rollouts after container builds
This commit is contained in:
parent
f38380898f
commit
456ded4b58
4 changed files with 38 additions and 4 deletions
|
@ -4,18 +4,21 @@ metadata:
|
|||
name: traefik-forward-auth-herzfeld-casa
|
||||
namespace: kube-system
|
||||
labels:
|
||||
app: traefik-forward-auth-herzfeld-casa
|
||||
app: traefik-forward-auth
|
||||
instance: herzfeld-casa
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: traefik-forward-auth-herzfeld-casa
|
||||
app: traefik-forward-auth
|
||||
instance: herzfeld-casa
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: traefik-forward-auth-herzfeld-casa
|
||||
app: traefik-forward-auth
|
||||
instance: herzfeld-casa
|
||||
spec:
|
||||
terminationGracePeriodSeconds: 60
|
||||
containers:
|
||||
|
@ -41,7 +44,8 @@ metadata:
|
|||
namespace: kube-system
|
||||
spec:
|
||||
selector:
|
||||
app: traefik-forward-auth-herzfeld-casa
|
||||
app: traefik-forward-auth
|
||||
instance: herzfeld-casa
|
||||
ports:
|
||||
- name: auth-http
|
||||
port: 4181
|
||||
|
|
|
@ -5,17 +5,20 @@ metadata:
|
|||
namespace: kube-system
|
||||
labels:
|
||||
app: traefik-forward-auth
|
||||
instance: default
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: traefik-forward-auth
|
||||
instance: default
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: traefik-forward-auth
|
||||
instance: default
|
||||
spec:
|
||||
terminationGracePeriodSeconds: 60
|
||||
containers:
|
||||
|
@ -42,6 +45,7 @@ metadata:
|
|||
spec:
|
||||
selector:
|
||||
app: traefik-forward-auth
|
||||
instance: default
|
||||
ports:
|
||||
- name: auth-http
|
||||
port: 4181
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue