Skip to content

Instantly share code, notes, and snippets.

View IbraheemAlSaady's full-sized avatar

Ibraheem Al Saady IbraheemAlSaady

  • Amsterdam, Netherlands
View GitHub Profile
@IbraheemAlSaady
IbraheemAlSaady / k8s-production.yaml
Last active July 31, 2018 08:21
gCloud Kubernetes Configuration
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: api-production
namespace: production
labels:
app: api-production
annotations:
kubernetes.io/ingress.global-static-ip-name: api-ip-production
spec:
@IbraheemAlSaady
IbraheemAlSaady / config.yml
Last active November 8, 2019 18:49
CircleCI 2 Google Cloud Kubernetes Deployment
version: 2
jobs:
build:
working_directory: ~/your-project-name
docker:
- image: circleci/node:9.11
steps:
- checkout
- setup_remote_docker
- run: