mirror of
https://github.com/vee1e/GDB-UI.git
synced 2026-09-01 10:48:57 +00:00
19 lines
354 B
YAML
19 lines
354 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: gdbuiserver
|
|
spec:
|
|
replicas: 2
|
|
selector:
|
|
matchLabels:
|
|
app: gdbuiserver
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: gdbuiserver
|
|
spec:
|
|
containers:
|
|
- name: gdbuiserver
|
|
image: shubh197/gdbuiserver:dev
|
|
ports:
|
|
- containerPort: 10000
|