mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-29 20:12:42 +00:00
Add app jx-app-ui 0.1.49
This commit is contained in:
36
env/jx-app-ui/templates/app.yaml
vendored
Executable file
36
env/jx-app-ui/templates/app.yaml
vendored
Executable file
@@ -0,0 +1,36 @@
|
||||
apiVersion: jenkins.io/v1
|
||||
kind: App
|
||||
metadata:
|
||||
annotations:
|
||||
jenkins.io/chart-description: UI for the CloudBees Jxui V3 product
|
||||
jenkins.io/chart-repository: http://chartmuseum.jenkins-x.io
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
chart: jx-app-ui-0.1.49
|
||||
jenkins.io/app-name: jx-app-ui
|
||||
jenkins.io/app-version: 0.1.49
|
||||
jenkins.io/ui-resource: "true"
|
||||
name: jx-app-ui-jx-app-ui
|
||||
spec:
|
||||
schemaPreprocessor:
|
||||
args:
|
||||
- -c
|
||||
- /usr/bin/jx step values schema template --set domain=`echo $DOMAIN` --set tlsInCluster=`echo
|
||||
$TLS_ENABLED`
|
||||
command:
|
||||
- /bin/sh
|
||||
env:
|
||||
- name: DOMAIN
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
key: domain
|
||||
name: ingress-config
|
||||
- name: TLS_ENABLED
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
key: tls
|
||||
name: ingress-config
|
||||
optional: true
|
||||
image: gcr.io/jenkinsxio/builder-go:0.1.435
|
||||
name: schema-preprocessor
|
||||
resources: {}
|
Reference in New Issue
Block a user