Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Feb 5, 2024
1 parent 45ab4ae commit 28f27b9
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions services/app/tcp_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ spec:
spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
terminationGracePeriodSeconds: 3601
tolerations:
- key: "kubernetes.io/hostname"
operator: "Equal"
value: "server"
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoExecute"
- key: "kubernetes.io/hostname"
operator: "Equal"
value: "server"
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
- key: "node.kubernetes.io/not-ready"
operator: "Exists"
- key: "node.cilium.io/agent-not-ready"
operator: "Exists"
containers:
- name: tcp-proxy
image: ghcr.io/erebe/tcp_proxy:latest
Expand Down

0 comments on commit 28f27b9

Please sign in to comment.