mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-28 19:42:41 +00:00
Add app jx-app-ui 0.1.49
This commit is contained in:
7
env/jx-app-ui/README.MD
vendored
Executable file
7
env/jx-app-ui/README.MD
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
# jx-app-ui
|
||||
|
||||
|App Metadata||
|
||||
|---|---|
|
||||
| **Version** | 0.1.49 |
|
||||
| **Description** | UI for the CloudBees Jxui V3 product |
|
||||
| **Chart Repository** | http://chartmuseum.jenkins-x.io |
|
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: {}
|
2
env/jx-app-ui/values.yaml
vendored
Normal file
2
env/jx-app-ui/values.yaml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
jxui:
|
||||
enableTLS: false
|
6
env/requirements.yaml
vendored
6
env/requirements.yaml
vendored
@@ -18,6 +18,6 @@ dependencies:
|
||||
repository: http://chartmuseum.jenkins-x.io
|
||||
- name: jenkins-x-platform
|
||||
repository: http://chartmuseum.jenkins-x.io
|
||||
#- condition: chartmuseum.enabled
|
||||
# name: chartmuseum
|
||||
# repository: http://chartmuseum.jenkins-x.io
|
||||
- name: jx-app-ui
|
||||
repository: http://chartmuseum.jenkins-x.io
|
||||
version: 0.1.49
|
||||
|
Reference in New Issue
Block a user