Browse Source

Link to the osh-wrapper client service account

k8s_organisation
Jonathan Christison 3 years ago
parent
commit
7c674c215c
  1. 2
      src/main/resources/application.properties

2
src/main/resources/application.properties

@ -25,6 +25,7 @@
%stage.quarkus.openshift.labels.env=stage
%stage.quarkus.log.level=DEBUG
%stage.quarkus.kubernetes.service-account=osh-wrapper-client-sa
#Only in Quarkus > 3.x
%stage.quarkus.openshift.route.tls.termination=edge
#As we cant create a edge terminated route (quarkus <3.x) lets disable route creation for now
@ -32,6 +33,7 @@
%stage.quarkus.openshift.route.target-port=https
%stage.quarkus.openshift.route.tls.insecure-edge-termination-policy=redirect
##########################################
# Kerberos Specifics #
##########################################

Loading…
Cancel
Save