This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup a prod environment for the issue label bot.
* kubeflow/code-intelligence#70 * update create_secrets for prod. * Delete old K8s manifests its now replaced by kustomize packages.
- Loading branch information
Jeremy Lewi
committed
Jan 18, 2020
1 parent
15a9b82
commit 7a4ddb0
Showing
17 changed files
with
77 additions
and
328 deletions.
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
5 changes: 2 additions & 3 deletions
5
deployment/certificate.mlbot-net-gke.yaml → deployment/overlays/prod/certificate.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
apiVersion: networking.gke.io/v1beta1 | ||
kind: ManagedCertificate | ||
metadata: | ||
name: mlbot-net-2 | ||
namespace: mlapp | ||
name: certificate | ||
spec: | ||
domains: | ||
- mlbot.net | ||
- label-bot-prod.mlbot.net |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
apiVersion: extensions/v1beta1 | ||
kind: Ingress | ||
metadata: | ||
name: frontend | ||
annotations: | ||
kubernetes.io/ingress.global-static-ip-name: label-bot-prod | ||
networking.gke.io/managed-certificates: certificate |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
commonLabels: | ||
environment: prod | ||
namespace: label-bot-prod | ||
images: | ||
- name: gcr.io/github-probots/label-bot-frontend | ||
newName: gcr.io/github-probots/label-bot-frontend | ||
newTag: 2cb624e | ||
resources: | ||
- certificate.yaml | ||
- ../../base | ||
patchesStrategicMerge: | ||
- deployment.yaml | ||
- ingress.yaml |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.