Skip to content

Commit

Permalink
fix annotation for vpn pod
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfoil committed Feb 29, 2024
1 parent 1ab71c5 commit 7b81e45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kubernetes/apps/testing/vpn-routed-pods/app/vpn-routed-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: &name vpn-routed
name: vpn-routed
namespace: testing
annotations:
setGateway: "true"
spec:
replicas: 1
selector:
matchLabels:
app: *name
app: vpn-routed
template:
metadata:
labels:
app: *name
app: vpn-routed
annotations:
setGateway: "true"
spec:
containers:
- name: dnsutils
Expand Down

0 comments on commit 7b81e45

Please sign in to comment.