FASJSON: Don't get the host keytab, maybe we don't need it
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
b10d90187c
commit
dd371739fc
2 changed files with 13 additions and 13 deletions
|
@ -52,12 +52,12 @@
|
||||||
# The ipa-ldap delegation target is declared during IPA installation
|
# The ipa-ldap delegation target is declared during IPA installation
|
||||||
|
|
||||||
# Keytabs
|
# Keytabs
|
||||||
- role: openshift/keytab
|
#- role: openshift/keytab
|
||||||
app: fasjson
|
# app: fasjson
|
||||||
key: host
|
# key: host
|
||||||
secret_name: fasjson-keytab-host
|
# secret_name: fasjson-keytab-host
|
||||||
service: host
|
# service: host
|
||||||
host: "fasjson{{ env_suffix }}.fedoraproject.org"
|
# host: "fasjson{{ env_suffix }}.fedoraproject.org"
|
||||||
- role: openshift/keytab
|
- role: openshift/keytab
|
||||||
app: fasjson
|
app: fasjson
|
||||||
key: http
|
key: http
|
||||||
|
|
|
@ -31,10 +31,10 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: keytab-host-volume
|
#- name: keytab-host-volume
|
||||||
mountPath: /etc/keytabs/host
|
# mountPath: /etc/keytabs/host
|
||||||
subPath: host
|
# subPath: host
|
||||||
readOnly: true
|
# readOnly: true
|
||||||
- name: keytab-http-volume
|
- name: keytab-http-volume
|
||||||
mountPath: /etc/keytabs/http
|
mountPath: /etc/keytabs/http
|
||||||
subPath: http
|
subPath: http
|
||||||
|
@ -68,9 +68,9 @@ spec:
|
||||||
- name: fasjson-config-volume
|
- name: fasjson-config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: fasjson-config
|
name: fasjson-config
|
||||||
- name: keytab-volume-host
|
# - name: keytab-volume-host
|
||||||
secret:
|
# secret:
|
||||||
secretName: fasjson-keytab-host
|
# secretName: fasjson-keytab-host
|
||||||
- name: keytab-volume-http
|
- name: keytab-volume-http
|
||||||
secret:
|
secret:
|
||||||
secretName: fasjson-keytab-http
|
secretName: fasjson-keytab-http
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue