Skip to content

Commit

Permalink
updating for better name
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Parker committed Mar 17, 2024
1 parent 3c9815d commit 80d4a5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
19 changes: 6 additions & 13 deletions configs/genparker/base/platform/platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,23 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: genparker-philanthropy
annotations:
reloader.stakater.com/auto: 'true'
configmap.reloader.stakater.com/reload: 'version-config'
labels:
app: backend
app: backend-philanthropy
spec:
serviceName: genparker-philanthropy
revisionHistoryLimit: 0
replicas: 1
selector:
matchLabels:
app: backend
app: backend-philanthropy
template:
metadata:
labels:
app: backend
app: backend-philanthropy
spec:
containers:
- name: backend
- name: backend-philanthropy
imagePullPolicy: Always
volumes:
- name: genparker-agent-config
configMap:
name: genparker-agent-config
imagePullSecrets:
- name: dockersecret
---
Expand All @@ -34,11 +27,11 @@ kind: Service
metadata:
name: genparker-philanthropy-svc
labels:
app: backend
app: backend-philanthropy
spec:
clusterIP: None
ports:
- name: http
port: 59595
selector:
app: backend
app: backend-philanthropy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
template:
spec:
containers:
- name: backend
- name: backend-philanthropy
image: ghcr.io/beslogic/genparker_philantropy:latest
env:
- name: SERVER
Expand Down

0 comments on commit 80d4a5b

Please sign in to comment.