Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
<?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>
@ll911
ll911 / mongodb-ocp-replica.yml
Created October 6, 2017 17:33
based on StatefulSet
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
@ll911
ll911 / cassandra-statefulset.yaml
Last active June 8, 2018 02:16
cassandra-ocp-statefulset
apiVersion: v1
kind: List
items:
- apiVersion: v1
kind: Service
metadata:
name: cassandra
labels:
app: cassandra-k8s
name: cassandra-k8s-service
@ll911
ll911 / cassandra-k8s-statefulset.yaml
Last active June 8, 2018 02:42
cassandra-k8s-statefulset
apiVersion: v1
kind: Service
metadata:
labels:
app: cassandra
name: cassandra
spec:
clusterIP: None
ports:
- port: 9042
@ll911
ll911 / kong-cassandra.yaml
Last active June 8, 2018 18:23
kong-k8s-cassandra
apiVersion: v1
kind: Service
metadata:
name: kong-proxy
spec:
type: LoadBalancer
loadBalancerSourceRanges:
- 0.0.0.0/0
ports:
- name: kong-proxy
@ll911
ll911 / istio-coolstore.sh
Created June 9, 2018 00:53 — forked from jamesfalkner/istio-coolstore.sh
Hack to install istio to OpenShift and deploy coolstore-microservice as an istio service mesh
#!/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:
#
@ll911
ll911 / cockroachdb-k8s-template.yaml
Last active August 22, 2018 21:34
cockroachdb-k8s-template.yaml
---
kind: Template
apiVersion: v1
metadata:
name: cockroach-database
annotations:
iconClass: icon-go
tags: 'database,postgresql'
objects:
- apiVersion: v1
@ll911
ll911 / cassandra-k8s-pv-dc.yaml
Last active July 27, 2018 20:06
cassandra-k8s-pv-dc.yaml
apiVersion: v1
kind: Service
metadata:
labels:
app: cassandra
name: cassandra
spec:
clusterIP: None
ports:
- port: 9042
apiVersion: batch/v1
kind: Job
metadata:
name: kong-migration
spec:
template:
metadata:
name: kong-migration
spec:
containers:
apiVersion: v1
kind: Service
metadata:
name: kong-k8s
spec:
type: LoadBalancer
loadBalancerSourceRanges:
- 0.0.0.0/0
ports:
- name: kong-proxy