Skip to content

Commit

Permalink
remove custom config for gateways
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Dec 9, 2024
1 parent 69c35a5 commit 580cd69
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 174 deletions.
3 changes: 0 additions & 3 deletions services/gateways/config/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions services/gateways/config/access

This file was deleted.

55 changes: 0 additions & 55 deletions services/gateways/config/get_ioc_ips.py

This file was deleted.

34 changes: 0 additions & 34 deletions services/gateways/config/pvagw.template

This file was deleted.

8 changes: 0 additions & 8 deletions services/gateways/config/pvlist

This file was deleted.

23 changes: 0 additions & 23 deletions services/gateways/config/start-ca.sh

This file was deleted.

24 changes: 0 additions & 24 deletions services/gateways/config/start-pva.sh

This file was deleted.

10 changes: 0 additions & 10 deletions services/gateways/templates/configmap.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions services/gateways/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ spec:
allowPrivilegeEscalation: false
stdin: true
tty: true
volumeMounts:
- name: config-volume
mountPath: /config
- name: "{{ .Release.Name }}-pva-gateway"
command:
- bash
Expand All @@ -68,14 +65,7 @@ spec:
allowPrivilegeEscalation: false
stdin: true
tty: true
volumeMounts:
- name: config-volume
mountPath: /config
hostNetwork: false
restartPolicy: Always
terminationGracePeriodSeconds: 1
volumes:
- name: config-volume
configMap:
name: "{{ .Release.Name }}-config"

2 changes: 1 addition & 1 deletion services/gateways/values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
image: ghcr.io/epics-containers/gateways-developer:2024.12.2
image: ghcr.io/epics-containers/gateways-developer:2024.12.3

0 comments on commit 580cd69

Please sign in to comment.