Skip to content

Commit

Permalink
⚠ Turns out last commit reverted the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
-ˏˋ Maple ˊˎ committed Aug 22, 2023
1 parent d4b8945 commit 57bdc4a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions open-discord-translator.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: odc-pvc
name: odt-pvc
spec:
accessModes:
- ReadWriteOnce
Expand All @@ -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
Expand Down Expand Up @@ -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
claimName: odt-pvc

0 comments on commit 57bdc4a

Please sign in to comment.