diff options
Diffstat (limited to 'deployment.yaml')
-rw-r--r-- | deployment.yaml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/deployment.yaml b/deployment.yaml deleted file mode 100644 index e7e3266..0000000 --- a/deployment.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: metricity - namespace: bots -spec: - replicas: 1 - selector: - matchLabels: - app: metricity - template: - metadata: - labels: - app: metricity - spec: - securityContext: - fsGroup: 2000 - runAsUser: 1000 - runAsNonRoot: true - containers: - - name: metricity - image: ghcr.io/python-discord/metricity:latest - imagePullPolicy: "Always" - envFrom: - - secretRef: - name: metricity-env - securityContext: - readOnlyRootFilesystem: true |