Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
qiuqunfeng
waf-console
Commits
66bb1640
Commit
66bb1640
authored
Feb 06, 2025
by
qiuqunfeng
Browse files
commit
parent
0c6cc2a7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
config/manifests.yaml
config/manifests.yaml
+45
-0
No files found.
config/manifests.yaml
0 → 100644
View file @
66bb1640
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
waf-console
spec
:
selector
:
matchLabels
:
app
:
waf-console
template
:
metadata
:
labels
:
app
:
waf-console
spec
:
containers
:
-
name
:
waf-console
image
:
waf-console:latest
resources
:
limits
:
memory
:
"
128Mi"
cpu
:
"
500m"
ports
:
-
containerPort
:
8080
volumeMounts
:
-
name
:
waf-console-config
mountPath
:
/
-
name
:
waf-console-rules
mountPath
:
/rules
volumes
:
-
name
:
waf-console-config
configMap
:
name
:
waf-console-config
-
name
:
waf-console-rules
configMap
:
name
:
waf-console-rules
---
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
waf-console
spec
:
selector
:
app
:
waf-console
ports
:
-
port
:
8080
targetPort
:
8080
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment