Skip to content

Instantly share code, notes, and snippets.

View alo9507's full-sized avatar

Andrew O'Brien alo9507

  • Detroit, MI
View GitHub Profile
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: strimzi-entity-operator
labels:
app: strimzi
rules:
- apiGroups:
- "kafka.strimzi.io"
resources:
# -*- mode: ruby -*-
# vi:set ft=ruby sw=2 ts=2 sts=2:
# Define the number of master and worker nodes
# If this number is changed, remember to update setup-hosts.sh script with the new hosts IP details in /etc/hosts of each VM.
NUM_MASTER_NODE = 1
NUM_WORKER_NODE = 2
IP_NW = "192.168.56."
MASTER_IP_START = 1
name: OctoBay API - Test, Build, Push, Deploy
on:
push:
branches: [ development ]
pull_request:
branches: [ development ]
jobs:
build-and-push:
@alo9507
alo9507 / deploy.js.yml
Created April 30, 2021 16:57
Use GitHub Actions and Kubeconfig to deploy to Kubernetes
name: Deploy to Kubernetes
on:
push:
branches: [ development ]
pull_request:
branches: [ development ]
jobs:
deploy: