This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| # This service is meant to be used by clients of the database. It exposes a ClusterIP that will | |
| # automatically load balance connections to the different database pods. | |
| name: cockroachdb-public | |
| labels: | |
| app: cockroachdb | |
| spec: | |
| ports: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # This file is autogenerated by pip-compile | |
| # To update, run: | |
| # | |
| # pip-compile --output-file requirements.txt requirements.in | |
| # | |
| argparse==1.4.0 # via ofs | |
| Babel==2.3.4 | |
| Beaker==1.8.1 # via pylons | |
| bleach==1.5.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: gateway-ssl | |
| spec: | |
| type: LoadBalancer | |
| loadBalancerSourceRanges: | |
| - 0.0.0.0/0 | |
| ports: | |
| - name: kong-proxy-ssl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: Template | |
| labels: | |
| template: rocketchat | |
| metadata: | |
| annotations: | |
| description: Template to deploy the RocketChat platform to OpenShift or K8S | |
| iconClass: icon-shadowman | |
| tags: quickstart,rocketchat | |
| name: rocketchat-k8s-mongodb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kind: Template | |
| apiVersion: v1 | |
| metadata: | |
| name: mongodb-statefulset-replication | |
| annotations: | |
| description: "MongoDB Replication Example (based on StatefulSet). You must have persistent volumes available in your cluster to use this template." | |
| iconClass: "icon-mongodb" | |
| tags: "database,mongodb,replication" | |
| parameters: | |
| - name: MONGODB_USER |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: image.openshift.io/v1 | |
| kind: ImageStream | |
| metadata: | |
| name: atomic-python-core | |
| spec: | |
| lookupPolicy: | |
| local: false | |
| tags: | |
| - annotations: null | |
| from: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: image.openshift.io/v1 | |
| kind: ImageStream | |
| metadata: | |
| name: ckan-alpine-base | |
| spec: | |
| lookupPolicy: | |
| local: false | |
| tags: | |
| - annotations: null | |
| from: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: image.openshift.io/v1 | |
| kind: ImageStream | |
| metadata: | |
| name: ckan-atomic-base | |
| spec: | |
| lookupPolicy: | |
| local: false | |
| tags: | |
| - annotations: null | |
| from: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: image.openshift.io/v1 | |
| kind: ImageStream | |
| metadata: | |
| name: node-alpine-angular | |
| spec: | |
| lookupPolicy: | |
| local: false | |
| tags: | |
| - annotations: null | |
| from: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: image.openshift.io/v1 | |
| kind: ImageStream | |
| metadata: | |
| name: bcdc-atomic-base | |
| spec: | |
| lookupPolicy: | |
| local: false | |
| tags: | |
| - annotations: null | |
| from: |