feat: nginx-canary service — ClusterIP port 80
This commit is contained in:
16
apps/nginx-canary/service.yaml
Normal file
16
apps/nginx-canary/service.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: nginx-canary
|
||||||
|
namespace: nginx-canary
|
||||||
|
labels:
|
||||||
|
app: nginx-canary
|
||||||
|
track: canary
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
app: nginx-canary
|
||||||
|
ports:
|
||||||
|
- name: http
|
||||||
|
port: 80
|
||||||
|
targetPort: 80
|
||||||
|
type: ClusterIP
|
||||||
Reference in New Issue
Block a user