Skip to content

Commit

Permalink
fixing safe-content api name
Browse files Browse the repository at this point in the history
  • Loading branch information
leboiko committed Dec 19, 2024
1 parent 3b6ac19 commit 4cf572d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions devops/aws/safe-content-api/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: safe-content-api
name: safe-content
spec:
selector:
matchLabels:
io.kompose.service: safe-content-api
io.kompose.service: safe-content
template:
metadata:
labels:
io.kompose.service: safe-content-api
io.kompose.service: safe-content
spec:
serviceAccountName: secrets-access-sa
containers:
- name: safe-content-api
- name: safe-content
image: steelcityamir/safe-content-ai:latest
imagePullPolicy: Always
ports:
Expand Down
6 changes: 3 additions & 3 deletions devops/aws/safe-content-api/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ metadata:
kompose.cmd: kompose convert -f docker-compose-kompose.yml
kompose.version: 1.34.0 (HEAD)
labels:
io.kompose.service: safe-content-api
name: safe-content-api
io.kompose.service: safe-content
name: safe-content
spec:
type: ClusterIP
ports:
- name: "8000"
port: 8000
targetPort: 8000
selector:
io.kompose.service: safe-content-api
io.kompose.service: safe-content
2 changes: 1 addition & 1 deletion devops/minikube/services/graphql/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
valueFrom:
secretKeyRef:
name: secrets
key: PINATA_API_JWT
key: PINATA_AUTH
image: hasura/graphql-engine:v2.44.0
livenessProbe:
exec:
Expand Down

0 comments on commit 4cf572d

Please sign in to comment.