Skip to content
Snippets Groups Projects
Commit 091fee06 authored by Julien Leduc's avatar Julien Leduc
Browse files

Adding eoscta configmap for GRPC authentication

parent 05d25d38
No related branches found
No related tags found
No related merge requests found
apiVersion: v1
kind: ConfigMap
metadata:
name: eoscta-config
labels:
config: eoscta
data:
eos.grpc.keytab: |
# instance host:port token
ctaeos ctaeos:50051 2168e517-f9b2-458d-aa7b-4dc1ec448986
......@@ -51,6 +51,8 @@ spec:
name: stgstorage
- mountPath: /etc/config/eos
name: eosconfig
- mountPath: /etc/config/eoscta
name: eosctaconfig
securityContext:
privileged: true
......@@ -67,6 +69,9 @@ spec:
- name: eosconfig
configMap:
name: eos-config
- name: eosctaconfig
configMap:
name: eoscta-config
imagePullSecrets:
- name: ctaregsecret
......@@ -46,6 +46,8 @@ spec:
name: mylibrary
- mountPath: /mnt/logs
name: logstorage
- mountPath: /etc/config/eoscta
name: eosctaconfig
securityContext:
# RW access needed to volumes
privileged: true
......@@ -69,6 +71,9 @@ spec:
- name: logstorage
persistentVolumeClaim:
claimName: claimlogs
- name: eosctaconfig
configMap:
name: eoscta-config
imagePullSecrets:
- name: ctaregsecret
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment