We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9283184 commit aa92edbCopy full SHA for aa92edb
examples/ingress/exposed-nginx.yaml
@@ -2,14 +2,14 @@ apiVersion: apps/v1
2
kind: Deployment
3
metadata:
4
labels:
5
- app: test
6
- name: test
+ app: nginx
+ name: nginx
7
namespace: default
8
spec:
9
replicas: 1
10
selector:
11
matchLabels:
12
13
strategy:
14
rollingUpdate:
15
maxSurge: 25%
@@ -18,7 +18,7 @@ spec:
18
template:
19
20
21
22
23
containers:
24
- image: nginx
@@ -34,8 +34,8 @@ metadata:
34
netbird.io/resource-name: nginx
35
netbird.io/groups: nginx-k8s-gke
36
37
38
39
40
41
ports:
@@ -44,5 +44,5 @@ spec:
44
protocol: TCP
45
targetPort: 80
46
47
48
type: ClusterIP
0 commit comments