moving project to gitea
This commit is contained in:
21
manifests/nginx/overlays/revproxy/deployment-patch.yaml
Normal file
21
manifests/nginx/overlays/revproxy/deployment-patch.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: nginx
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: nginx
|
||||
environment: revproxy
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: nginx
|
||||
environment: revproxy
|
||||
# spec:
|
||||
# containers:
|
||||
# - name: nginx
|
||||
# ports:
|
||||
# - containerPort: 30009
|
||||
# name: http
|
||||
# protocol: TCP
|
||||
Reference in New Issue
Block a user