selector and labels updated
This commit is contained in:
parent
9ec8e9830b
commit
6e14ce1586
@ -4,11 +4,17 @@ metadata:
|
|||||||
name: traefik
|
name: traefik
|
||||||
namespace: traefik
|
namespace: traefik
|
||||||
spec:
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: front-traefik
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: front-traefik
|
||||||
spec:
|
spec:
|
||||||
hostNetwork: false
|
hostNetwork: false
|
||||||
containers:
|
containers:
|
||||||
- name: traefik
|
- name: front-traefik
|
||||||
env:
|
env:
|
||||||
- name: IONOS_API_KEY
|
- name: IONOS_API_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
@ -13,4 +13,5 @@ resources:
|
|||||||
- ../base
|
- ../base
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
|
- path: patches/traefik-deployment-patch.yaml
|
||||||
- path: patches/traefik-service-patch.yaml
|
- path: patches/traefik-service-patch.yaml
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
name: traefik
|
||||||
|
namespace: traefik
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: local-traefik
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: local-traefik
|
Loading…
x
Reference in New Issue
Block a user