From c09e4fca0cc516104fb5de643074ffc583bd8d15 Mon Sep 17 00:00:00 2001 From: Zhang Date: Tue, 7 Jul 2020 17:23:40 -0700 Subject: [PATCH 01/14] adding helm3-crd5 --- helm3-crd5/Chart.yaml | 6 ++++++ helm3-crd5/crds/crd.yaml | 14 ++++++++++++++ helm3-crd5/templates/config-map.yaml | 6 ++++++ helm3-crd5/templates/crontab-cr.yaml | 7 +++++++ helm3-crd5/values.yaml | 0 5 files changed, 33 insertions(+) create mode 100644 helm3-crd5/Chart.yaml create mode 100644 helm3-crd5/crds/crd.yaml create mode 100644 helm3-crd5/templates/config-map.yaml create mode 100644 helm3-crd5/templates/crontab-cr.yaml create mode 100644 helm3-crd5/values.yaml diff --git a/helm3-crd5/Chart.yaml b/helm3-crd5/Chart.yaml new file mode 100644 index 0000000..23f7028 --- /dev/null +++ b/helm3-crd5/Chart.yaml @@ -0,0 +1,6 @@ +apiVersion: v2 +name: argocd-helm3-crd-3 +description: A Helm chart for Kubernetes +type: application +version: 0.1.0 +appVersion: 1.16.0 diff --git a/helm3-crd5/crds/crd.yaml b/helm3-crd5/crds/crd.yaml new file mode 100644 index 0000000..99e57c3 --- /dev/null +++ b/helm3-crd5/crds/crd.yaml @@ -0,0 +1,14 @@ +apiVersion: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + name: may5crontabs.may5.example.com +spec: + group: may5.example.com + version: v1 + scope: Namespaced + names: + plural: may5crontabs + singular: may5crontab + kind: May5CronTab + shortNames: + - ct \ No newline at end of file diff --git a/helm3-crd5/templates/config-map.yaml b/helm3-crd5/templates/config-map.yaml new file mode 100644 index 0000000..b781028 --- /dev/null +++ b/helm3-crd5/templates/config-map.yaml @@ -0,0 +1,6 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: my-map +data: + foo: bar \ No newline at end of file diff --git a/helm3-crd5/templates/crontab-cr.yaml b/helm3-crd5/templates/crontab-cr.yaml new file mode 100644 index 0000000..0d59c64 --- /dev/null +++ b/helm3-crd5/templates/crontab-cr.yaml @@ -0,0 +1,7 @@ +apiVersion: may5.example.com/v1 +kind: May5CronTab +metadata: + name: may5-crontab +spec: + destination: + server: https://kubernetes.default.svc \ No newline at end of file diff --git a/helm3-crd5/values.yaml b/helm3-crd5/values.yaml new file mode 100644 index 0000000..e69de29 From 83dea26f0c600285982845057f1867ffdacc5184 Mon Sep 17 00:00:00 2001 From: Zhang Date: Tue, 7 Jul 2020 17:44:40 -0700 Subject: [PATCH 02/14] adding helm3-crd6 --- helm3-crd6/Chart.yaml | 6 ++++++ helm3-crd6/crds/crd.yaml | 14 ++++++++++++++ helm3-crd6/templates/config-map.yaml | 6 ++++++ helm3-crd6/templates/crontab-cr.yaml | 7 +++++++ helm3-crd6/values.yaml | 0 5 files changed, 33 insertions(+) create mode 100644 helm3-crd6/Chart.yaml create mode 100644 helm3-crd6/crds/crd.yaml create mode 100644 helm3-crd6/templates/config-map.yaml create mode 100644 helm3-crd6/templates/crontab-cr.yaml create mode 100644 helm3-crd6/values.yaml diff --git a/helm3-crd6/Chart.yaml b/helm3-crd6/Chart.yaml new file mode 100644 index 0000000..23f7028 --- /dev/null +++ b/helm3-crd6/Chart.yaml @@ -0,0 +1,6 @@ +apiVersion: v2 +name: argocd-helm3-crd-3 +description: A Helm chart for Kubernetes +type: application +version: 0.1.0 +appVersion: 1.16.0 diff --git a/helm3-crd6/crds/crd.yaml b/helm3-crd6/crds/crd.yaml new file mode 100644 index 0000000..564c11b --- /dev/null +++ b/helm3-crd6/crds/crd.yaml @@ -0,0 +1,14 @@ +apiVersion: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + name: may6crontabs.may6.example.com +spec: + group: may6.example.com + version: v1 + scope: Namespaced + names: + plural: may6crontabs + singular: may6crontab + kind: May6CronTab + shortNames: + - ct \ No newline at end of file diff --git a/helm3-crd6/templates/config-map.yaml b/helm3-crd6/templates/config-map.yaml new file mode 100644 index 0000000..b781028 --- /dev/null +++ b/helm3-crd6/templates/config-map.yaml @@ -0,0 +1,6 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: my-map +data: + foo: bar \ No newline at end of file diff --git a/helm3-crd6/templates/crontab-cr.yaml b/helm3-crd6/templates/crontab-cr.yaml new file mode 100644 index 0000000..a35157e --- /dev/null +++ b/helm3-crd6/templates/crontab-cr.yaml @@ -0,0 +1,7 @@ +apiVersion: may6.example.com/v1 +kind: May6CronTab +metadata: + name: may6-crontab +spec: + destination: + server: https://kubernetes.default.svc \ No newline at end of file diff --git a/helm3-crd6/values.yaml b/helm3-crd6/values.yaml new file mode 100644 index 0000000..e69de29 From 0ceb664617c18dd37c709b949bb6ce7448405ada Mon Sep 17 00:00:00 2001 From: Zhang Date: Wed, 8 Jul 2020 11:16:11 -0700 Subject: [PATCH 03/14] adding helm3-crd7 --- helm3-crd7/Chart.yaml | 6 ++++++ helm3-crd7/crds/crd.yaml | 14 ++++++++++++++ helm3-crd7/templates/crontab-cr.yaml | 7 +++++++ helm3-crd7/values.yaml | 0 4 files changed, 27 insertions(+) create mode 100644 helm3-crd7/Chart.yaml create mode 100644 helm3-crd7/crds/crd.yaml create mode 100644 helm3-crd7/templates/crontab-cr.yaml create mode 100644 helm3-crd7/values.yaml diff --git a/helm3-crd7/Chart.yaml b/helm3-crd7/Chart.yaml new file mode 100644 index 0000000..8d3cb8f --- /dev/null +++ b/helm3-crd7/Chart.yaml @@ -0,0 +1,6 @@ +apiVersion: v2 +name: argocd-helm3-crd-7 +description: A Helm chart for Kubernetes +type: application +version: 0.1.0 +appVersion: 1.16.0 diff --git a/helm3-crd7/crds/crd.yaml b/helm3-crd7/crds/crd.yaml new file mode 100644 index 0000000..900ef53 --- /dev/null +++ b/helm3-crd7/crds/crd.yaml @@ -0,0 +1,14 @@ +apiVersion: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + name: may7crontabs.may7.example.com +spec: + group: may7.example.com + version: v1 + scope: Namespaced + names: + plural: may7crontabs + singular: may7crontab + kind: May7CronTab + shortNames: + - ct \ No newline at end of file diff --git a/helm3-crd7/templates/crontab-cr.yaml b/helm3-crd7/templates/crontab-cr.yaml new file mode 100644 index 0000000..415c85d --- /dev/null +++ b/helm3-crd7/templates/crontab-cr.yaml @@ -0,0 +1,7 @@ +apiVersion: may7.example.com/v1 +kind: May7CronTab +metadata: + name: may7-crontab +spec: + destination: + server: https://kubernetes.default.svc \ No newline at end of file diff --git a/helm3-crd7/values.yaml b/helm3-crd7/values.yaml new file mode 100644 index 0000000..e69de29 From c797679aaf9990c818d12702949a1fbffbc92d57 Mon Sep 17 00:00:00 2001 From: Zhang Date: Wed, 8 Jul 2020 11:43:53 -0700 Subject: [PATCH 04/14] adding helm3-crd8 which has no crd, only cr --- helm3-crd8/Chart.yaml | 6 ++++++ helm3-crd8/templates/crontab-cr.yaml | 9 +++++++++ helm3-crd8/values.yaml | 0 3 files changed, 15 insertions(+) create mode 100644 helm3-crd8/Chart.yaml create mode 100644 helm3-crd8/templates/crontab-cr.yaml create mode 100644 helm3-crd8/values.yaml diff --git a/helm3-crd8/Chart.yaml b/helm3-crd8/Chart.yaml new file mode 100644 index 0000000..0fa41dc --- /dev/null +++ b/helm3-crd8/Chart.yaml @@ -0,0 +1,6 @@ +apiVersion: v2 +name: argocd-helm3-crd-8 +description: A Helm chart for Kubernetes +type: application +version: 0.1.0 +appVersion: 1.16.0 diff --git a/helm3-crd8/templates/crontab-cr.yaml b/helm3-crd8/templates/crontab-cr.yaml new file mode 100644 index 0000000..b93020d --- /dev/null +++ b/helm3-crd8/templates/crontab-cr.yaml @@ -0,0 +1,9 @@ +apiVersion: may8.example.com/v1 +kind: May8CronTab +metadata: + name: may8-crontab + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true +spec: + destination: + server: https://kubernetes.default.svc \ No newline at end of file diff --git a/helm3-crd8/values.yaml b/helm3-crd8/values.yaml new file mode 100644 index 0000000..e69de29 From 8e3490bee1b48a0b600d7e0e294831f8fa6ab8b0 Mon Sep 17 00:00:00 2001 From: Zhang Date: Wed, 8 Jul 2020 13:02:13 -0700 Subject: [PATCH 05/14] adding helm3-crd8 which has no crd, only cr --- helm3-crd9/Chart.yaml | 6 ++++++ helm3-crd9/crds/crd.yaml | 14 ++++++++++++++ helm3-crd9/templates/crontab-cr.yaml | 9 +++++++++ helm3-crd9/values.yaml | 0 4 files changed, 29 insertions(+) create mode 100644 helm3-crd9/Chart.yaml create mode 100644 helm3-crd9/crds/crd.yaml create mode 100644 helm3-crd9/templates/crontab-cr.yaml create mode 100644 helm3-crd9/values.yaml diff --git a/helm3-crd9/Chart.yaml b/helm3-crd9/Chart.yaml new file mode 100644 index 0000000..0fa41dc --- /dev/null +++ b/helm3-crd9/Chart.yaml @@ -0,0 +1,6 @@ +apiVersion: v2 +name: argocd-helm3-crd-8 +description: A Helm chart for Kubernetes +type: application +version: 0.1.0 +appVersion: 1.16.0 diff --git a/helm3-crd9/crds/crd.yaml b/helm3-crd9/crds/crd.yaml new file mode 100644 index 0000000..499fb53 --- /dev/null +++ b/helm3-crd9/crds/crd.yaml @@ -0,0 +1,14 @@ +apiVersion: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + name: may9crontabs.may9.example.com +spec: + group: may9.example.com + version: v1 + scope: Namespaced + names: + plural: may9crontabs + singular: may9crontab + kind: May9CronTab + shortNames: + - ct \ No newline at end of file diff --git a/helm3-crd9/templates/crontab-cr.yaml b/helm3-crd9/templates/crontab-cr.yaml new file mode 100644 index 0000000..9ed5c96 --- /dev/null +++ b/helm3-crd9/templates/crontab-cr.yaml @@ -0,0 +1,9 @@ +apiVersion: may9.example.com/v1 +kind: May9CronTab +metadata: + name: may9-crontab + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true +spec: + destination: + server: https://kubernetes.default.svc \ No newline at end of file diff --git a/helm3-crd9/values.yaml b/helm3-crd9/values.yaml new file mode 100644 index 0000000..e69de29 From 271974093d0791af98aa12e5fe79f8b9dd439af5 Mon Sep 17 00:00:00 2001 From: Zhang Date: Wed, 8 Jul 2020 14:22:30 -0700 Subject: [PATCH 06/14] adding helm3-crd8 which has no crd, only cr --- helm3-crd9/Chart.yaml | 2 +- helm3-crd9/templates/crontab-cr.yaml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 helm3-crd9/templates/crontab-cr.yaml diff --git a/helm3-crd9/Chart.yaml b/helm3-crd9/Chart.yaml index 0fa41dc..64316f6 100644 --- a/helm3-crd9/Chart.yaml +++ b/helm3-crd9/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: argocd-helm3-crd-8 +name: argocd-helm3-crd-9-delete description: A Helm chart for Kubernetes type: application version: 0.1.0 diff --git a/helm3-crd9/templates/crontab-cr.yaml b/helm3-crd9/templates/crontab-cr.yaml deleted file mode 100644 index 9ed5c96..0000000 --- a/helm3-crd9/templates/crontab-cr.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: may9.example.com/v1 -kind: May9CronTab -metadata: - name: may9-crontab - annotations: - argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true -spec: - destination: - server: https://kubernetes.default.svc \ No newline at end of file From fc2e5e2c7bc7a3e1d7fddf34c2ab7edf6aa46a20 Mon Sep 17 00:00:00 2001 From: Zhang Date: Wed, 8 Jul 2020 14:28:24 -0700 Subject: [PATCH 07/14] adding helm3-crd8 which has no crd, only cr --- helm3-crd4/Chart.yaml | 2 +- helm3-crd4/templates/crontab-cr.yaml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 helm3-crd4/templates/crontab-cr.yaml diff --git a/helm3-crd4/Chart.yaml b/helm3-crd4/Chart.yaml index 23f7028..c6e7c1d 100644 --- a/helm3-crd4/Chart.yaml +++ b/helm3-crd4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: argocd-helm3-crd-3 +name: argocd-helm3-crd-4-delete description: A Helm chart for Kubernetes type: application version: 0.1.0 diff --git a/helm3-crd4/templates/crontab-cr.yaml b/helm3-crd4/templates/crontab-cr.yaml deleted file mode 100644 index a6405df..0000000 --- a/helm3-crd4/templates/crontab-cr.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: may4.example.com/v1 -kind: May4CronTab -metadata: - name: may4-crontab -spec: - destination: - server: https://kubernetes.default.svc \ No newline at end of file From 96f7a56c9bc9a6331326e0f0d255a9aa0ac9c389 Mon Sep 17 00:00:00 2001 From: Zhang Date: Wed, 8 Jul 2020 14:31:32 -0700 Subject: [PATCH 08/14] adding helm3-crd8 which has no crd, only cr --- helm3-crd8/Chart.yaml | 2 +- helm3-crd8/templates/crontab-cr.yaml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 helm3-crd8/templates/crontab-cr.yaml diff --git a/helm3-crd8/Chart.yaml b/helm3-crd8/Chart.yaml index 0fa41dc..35ccaca 100644 --- a/helm3-crd8/Chart.yaml +++ b/helm3-crd8/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: argocd-helm3-crd-8 +name: argocd-helm3-crd-8-delete description: A Helm chart for Kubernetes type: application version: 0.1.0 diff --git a/helm3-crd8/templates/crontab-cr.yaml b/helm3-crd8/templates/crontab-cr.yaml deleted file mode 100644 index b93020d..0000000 --- a/helm3-crd8/templates/crontab-cr.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: may8.example.com/v1 -kind: May8CronTab -metadata: - name: may8-crontab - annotations: - argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true -spec: - destination: - server: https://kubernetes.default.svc \ No newline at end of file From bef92d4f5734bc8526ce00bef4242fd1673b03fd Mon Sep 17 00:00:00 2001 From: Zhang Date: Wed, 8 Jul 2020 14:33:32 -0700 Subject: [PATCH 09/14] Revert "adding helm3-crd8 which has no crd, only cr" This reverts commit 96f7a56c --- helm3-crd8/Chart.yaml | 2 +- helm3-crd8/templates/crontab-cr.yaml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 helm3-crd8/templates/crontab-cr.yaml diff --git a/helm3-crd8/Chart.yaml b/helm3-crd8/Chart.yaml index 35ccaca..0fa41dc 100644 --- a/helm3-crd8/Chart.yaml +++ b/helm3-crd8/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: argocd-helm3-crd-8-delete +name: argocd-helm3-crd-8 description: A Helm chart for Kubernetes type: application version: 0.1.0 diff --git a/helm3-crd8/templates/crontab-cr.yaml b/helm3-crd8/templates/crontab-cr.yaml new file mode 100644 index 0000000..b93020d --- /dev/null +++ b/helm3-crd8/templates/crontab-cr.yaml @@ -0,0 +1,9 @@ +apiVersion: may8.example.com/v1 +kind: May8CronTab +metadata: + name: may8-crontab + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true +spec: + destination: + server: https://kubernetes.default.svc \ No newline at end of file From f11eb65be5803769d2290b32066d7e229df3ffc1 Mon Sep 17 00:00:00 2001 From: Zhang Date: Wed, 8 Jul 2020 14:38:13 -0700 Subject: [PATCH 10/14] Revert "adding helm3-crd8 which has no crd, only cr" This reverts commit 96f7a56c --- helm3-crd8/templates/config-map.yaml | 6 ++++++ helm3-crd8/templates/crontab-cr.yaml | 9 --------- 2 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 helm3-crd8/templates/config-map.yaml delete mode 100644 helm3-crd8/templates/crontab-cr.yaml diff --git a/helm3-crd8/templates/config-map.yaml b/helm3-crd8/templates/config-map.yaml new file mode 100644 index 0000000..7224a46 --- /dev/null +++ b/helm3-crd8/templates/config-map.yaml @@ -0,0 +1,6 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: my-map8 +data: + foo: bar \ No newline at end of file diff --git a/helm3-crd8/templates/crontab-cr.yaml b/helm3-crd8/templates/crontab-cr.yaml deleted file mode 100644 index b93020d..0000000 --- a/helm3-crd8/templates/crontab-cr.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: may8.example.com/v1 -kind: May8CronTab -metadata: - name: may8-crontab - annotations: - argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true -spec: - destination: - server: https://kubernetes.default.svc \ No newline at end of file From 376dfb8d9983ed2b58618cc10f983b7622519b28 Mon Sep 17 00:00:00 2001 From: Zhang Date: Wed, 8 Jul 2020 15:14:05 -0700 Subject: [PATCH 11/14] Revert "adding helm3-crd8 which has no crd, only cr" This reverts commit 96f7a56c --- helm3-crd8/templates/crontab-cr.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 helm3-crd8/templates/crontab-cr.yaml diff --git a/helm3-crd8/templates/crontab-cr.yaml b/helm3-crd8/templates/crontab-cr.yaml new file mode 100644 index 0000000..6029997 --- /dev/null +++ b/helm3-crd8/templates/crontab-cr.yaml @@ -0,0 +1,7 @@ +apiVersion: may8.example.com/v1 +kind: May8CronTab +metadata: + name: may8-crontab +spec: + destination: + server: https://kubernetes.default.svc \ No newline at end of file From a55fb758e71f98c668ca0cc83c8f005f74197aaa Mon Sep 17 00:00:00 2001 From: May Zhang Date: Thu, 23 Jul 2020 10:52:45 -0700 Subject: [PATCH 12/14] Update guestbook-ui-deployment.yaml --- guestbook/guestbook-ui-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guestbook/guestbook-ui-deployment.yaml b/guestbook/guestbook-ui-deployment.yaml index 8a0975e..956af43 100644 --- a/guestbook/guestbook-ui-deployment.yaml +++ b/guestbook/guestbook-ui-deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: guestbook-ui spec: - replicas: 1 + replicas: 2 revisionHistoryLimit: 3 selector: matchLabels: From c64fd75c8dd51e0b6cb7b62d07809606f63fa703 Mon Sep 17 00:00:00 2001 From: Zhang Date: Thu, 23 Jul 2020 14:18:11 -0700 Subject: [PATCH 13/14] testing delete resources --- guestbook/guestbook-ui-deployment.yaml | 20 -------------------- guestbook/guestbook-ui-svc.yaml | 10 ---------- helm3-crd9/crds/crd.yaml | 2 +- 3 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 guestbook/guestbook-ui-deployment.yaml delete mode 100644 guestbook/guestbook-ui-svc.yaml diff --git a/guestbook/guestbook-ui-deployment.yaml b/guestbook/guestbook-ui-deployment.yaml deleted file mode 100644 index 8a0975e..0000000 --- a/guestbook/guestbook-ui-deployment.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: guestbook-ui -spec: - replicas: 1 - revisionHistoryLimit: 3 - selector: - matchLabels: - app: guestbook-ui - template: - metadata: - labels: - app: guestbook-ui - spec: - containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 - name: guestbook-ui - ports: - - containerPort: 80 diff --git a/guestbook/guestbook-ui-svc.yaml b/guestbook/guestbook-ui-svc.yaml deleted file mode 100644 index e8a4a27..0000000 --- a/guestbook/guestbook-ui-svc.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: guestbook-ui -spec: - ports: - - port: 80 - targetPort: 80 - selector: - app: guestbook-ui diff --git a/helm3-crd9/crds/crd.yaml b/helm3-crd9/crds/crd.yaml index 499fb53..2aca82e 100644 --- a/helm3-crd9/crds/crd.yaml +++ b/helm3-crd9/crds/crd.yaml @@ -1,7 +1,7 @@ apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: - name: may9crontabs.may9.example.com + name: may10crontabs.may9.example.com spec: group: may9.example.com version: v1 From 175837aeba4c60088dd092dde404773ad4d566d6 Mon Sep 17 00:00:00 2001 From: Zhang Date: Thu, 23 Jul 2020 14:45:04 -0700 Subject: [PATCH 14/14] reset to good state --- guestbook/guestbook-ui-deployment.yaml | 20 -------------------- guestbook/guestbook-ui-svc.yaml | 10 ---------- helm3-crd9/crds/crd.yaml | 2 +- 3 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 guestbook/guestbook-ui-svc.yaml diff --git a/guestbook/guestbook-ui-deployment.yaml b/guestbook/guestbook-ui-deployment.yaml index 8a0975e..e69de29 100644 --- a/guestbook/guestbook-ui-deployment.yaml +++ b/guestbook/guestbook-ui-deployment.yaml @@ -1,20 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: guestbook-ui -spec: - replicas: 1 - revisionHistoryLimit: 3 - selector: - matchLabels: - app: guestbook-ui - template: - metadata: - labels: - app: guestbook-ui - spec: - containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 - name: guestbook-ui - ports: - - containerPort: 80 diff --git a/guestbook/guestbook-ui-svc.yaml b/guestbook/guestbook-ui-svc.yaml deleted file mode 100644 index e8a4a27..0000000 --- a/guestbook/guestbook-ui-svc.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: guestbook-ui -spec: - ports: - - port: 80 - targetPort: 80 - selector: - app: guestbook-ui diff --git a/helm3-crd9/crds/crd.yaml b/helm3-crd9/crds/crd.yaml index 499fb53..2aca82e 100644 --- a/helm3-crd9/crds/crd.yaml +++ b/helm3-crd9/crds/crd.yaml @@ -1,7 +1,7 @@ apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: - name: may9crontabs.may9.example.com + name: may10crontabs.may9.example.com spec: group: may9.example.com version: v1