Skip to content
Snippets Groups Projects
Verified Commit 6e616bb6 authored by Hugo Renard's avatar Hugo Renard
Browse files

add rc apps job

parent 37910d7f
No related branches found
No related tags found
No related merge requests found
apiVersion: batch/v1
kind: Job
metadata:
name: ${FQDN}-apps
namespace: ${DOMAIN}
spec:
template:
spec:
restartPolicy: Never
containers:
- name: scim
image: libresh/rc-apps-mgr-job:44749827-2022-05-06
env:
- name: HOST
value: http://${FQDN}-app:3000
- name: USER
valueFrom:
configMapRef:
key: ADMIN_USERNAME
name: ${FQDN}-config
- name: PASS
valueFrom:
secretKeyRef:
key: ADMIN_PASS
name: ${FQDN}-app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment