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: batch/v1 | |
| kind: Job | |
| metadata: | |
| name: kong-migration | |
| spec: | |
| template: | |
| metadata: | |
| name: kong-migration | |
| spec: | |
| containers: |
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: | |
| labels: | |
| app: cassandra | |
| name: cassandra | |
| spec: | |
| clusterIP: None | |
| ports: | |
| - port: 9042 |
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: cockroach-database | |
| annotations: | |
| iconClass: icon-go | |
| tags: 'database,postgresql' | |
| objects: | |
| - apiVersion: v1 |
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
| #!/bin/bash | |
| # This script will install istio and the coolstore-microservice demo as a service mesh. | |
| # It does everything as a cluster-admin user because istio (the project) still needs it to | |
| # work. Future versions will not require so many permissions! | |
| # | |
| # Maintainer: James Falkner <[email protected]> | |
| # | |
| # Prereqs: | |
| # |
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: kong-proxy | |
| spec: | |
| type: LoadBalancer | |
| loadBalancerSourceRanges: | |
| - 0.0.0.0/0 | |
| ports: | |
| - name: kong-proxy |
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: | |
| labels: | |
| app: cassandra | |
| name: cassandra | |
| spec: | |
| clusterIP: None | |
| ports: | |
| - port: 9042 |
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: List | |
| items: | |
| - apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: cassandra | |
| labels: | |
| app: cassandra-k8s | |
| name: cassandra-k8s-service |
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-ocp-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 has been truncated, but you can view the full file.
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <kml xmlns="http://www.opengis.net/kml/2.2"> | |
| <Document> | |
| <Style id="Parks, Protected Areas, Conservancies, Recreation Areas"> | |
| <IconStyle> | |
| <scale>1.0</scale> | |
| <Icon> | |
| <href>http://www.env.gov.bc.ca/bcparks/_shared/mapImages/mapIcons/BCParkMapIcon1.png</href> | |
| </Icon> | |
| </IconStyle> |
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 | |
| metadata: | |
| annotations: | |
| description: Cassandra cluster with no persistence (EXPERIMENTAL) | |
| tags: cassandra, cluster, no production, experimental | |
| iconClass: icon-database | |
| name: cassandra-cluster-experimental | |
| objects: | |
| - apiVersion: v1 |