aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/h-asgi/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/namespaces/default/h-asgi/deployment.yaml')
-rw-r--r--kubernetes/namespaces/default/h-asgi/deployment.yaml31
1 files changed, 0 insertions, 31 deletions
diff --git a/kubernetes/namespaces/default/h-asgi/deployment.yaml b/kubernetes/namespaces/default/h-asgi/deployment.yaml
deleted file mode 100644
index d195201..0000000
--- a/kubernetes/namespaces/default/h-asgi/deployment.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: h-asgi
-spec:
- replicas: 1
- selector:
- matchLabels:
- app: h-asgi
- template:
- metadata:
- labels:
- app: h-asgi
- spec:
- containers:
- - name: h-asgi
- image: ghcr.io/vcokltfre/h:latest
- imagePullPolicy: Always
- resources:
- requests:
- cpu: 30m
- memory: 25Mi
- limits:
- cpu: 30m
- memory: 25Mi
- securityContext:
- readOnlyRootFilesystem: true
- securityContext:
- fsGroup: 2000
- runAsUser: 1000
- runAsNonRoot: true