Commit dc1f4c96 authored by qiuqunfeng's avatar qiuqunfeng
Browse files

commit

parent cb8cd6a0
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: waf-console name: tensorsec-waf-console
spec: spec:
selector: selector:
matchLabels: matchLabels:
app: waf-console app: tensorsec-waf-console
template: template:
metadata: metadata:
labels: labels:
app: waf-console app: tensorsec-waf-console
spec: spec:
containers: containers:
- name: waf-console - name: waf-console
...@@ -36,10 +36,10 @@ spec: ...@@ -36,10 +36,10 @@ spec:
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: waf-console name: tensorsec-waf-console
spec: spec:
selector: selector:
app: waf-console app: tensorsec-waf-console
ports: ports:
- port: 8080 - port: 8080
targetPort: 8080 targetPort: 8080
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment