Skip to content

Instantly share code, notes, and snippets.

View rafaelnicolett's full-sized avatar

Rafael Nicolett rafaelnicolett

View GitHub Profile
# Default values for kong.
# Declare variables to be passed into your templates.
image:
repository: kong
tag: latest
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
##
# Default values for kong.
# Declare variables to be passed into your templates.
image:
repository: kong
tag: latest
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
@rafaelnicolett
rafaelnicolett / konga.yaml
Created March 11, 2019 15:07 — forked from congnt24/konga.yaml
Install Konga on Kubernetes cluster
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: konga
spec:
replicas: 1
template:
metadata:
labels:
name: konga
apiVersion: v1
kind: LimitRange
metadata:
name: mem-limit-range
spec:
limits:
- default:
memory: 512Mi
defaultRequest:
memory: 256Mi
@rafaelnicolett
rafaelnicolett / restful_python_ops.md
Created May 16, 2018 01:08 — forked from alexandre/restful_python_ops.md
Algumas opções em Python para criar APIs Restful