Skip to content

Commit

Permalink
Merge pull request #78 from jgilfoil/feature/vpn
Browse files Browse the repository at this point in the history
fix annotation for vpn pod
  • Loading branch information
jgilfoil authored Feb 29, 2024
2 parents 36aeb80 + 7b81e45 commit 5b9a043
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 5b9a043

Please sign in to comment.