From 57bdc4adf927e243a86c71a34d9e1f1a977272b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?-=CB=8F=CB=8B=20Maple=20=CB=8A=CB=8E?= Date: Tue, 22 Aug 2023 19:08:24 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A0=20Turns=20out=20last=20commit=20rever?= =?UTF-8?q?ted=20the=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- open-discord-translator.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/open-discord-translator.yml b/open-discord-translator.yml index b841d5f4..e26d41f7 100644 --- a/open-discord-translator.yml +++ b/open-discord-translator.yml @@ -1,7 +1,7 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: odc-pvc + name: odt-pvc spec: accessModes: - ReadWriteOnce @@ -12,19 +12,19 @@ spec: apiVersion: apps/v1 kind: Deployment metadata: - name: odc-deployment + name: odt-deployment spec: replicas: 1 selector: matchLabels: - app: odc-deployment + app: odt-deployment template: metadata: labels: - app: odc-deployment + app: odt-deployment spec: containers: - - name: odc-deployment + - name: odt-deployment image: ghcr.io/kalitsune/open-discord-translator:latest env: - name: TOKEN @@ -54,12 +54,12 @@ spec: resources: limits: - memory: "10Mi" + memory: "128Mi" cpu: "50m" volumeMounts: - - name: odc-volume + - name: odt-volume mountPath: /data/ volumes: - - name: odc-volume + - name: odt-volume persistentVolumeClaim: - claimName: odc-pvc \ No newline at end of file + claimName: odt-pvc \ No newline at end of file