diff options
| author | 2024-04-15 11:13:46 +0100 | |
|---|---|---|
| committer | 2024-04-15 11:14:13 +0100 | |
| commit | 5646c1081558bf135c2149ea019ec5ec6cbb1339 (patch) | |
| tree | f223bf56ca6f6d54f0f7eba2e5d98916f3129386 /kubernetes/namespaces/default/h-asgi/deployment.yaml | |
| parent | Bump ansible-lint version (#221) (diff) | |
Remove unused services
Diffstat (limited to 'kubernetes/namespaces/default/h-asgi/deployment.yaml')
| -rw-r--r-- | kubernetes/namespaces/default/h-asgi/deployment.yaml | 31 | 
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  |