diff options
| author | Max Resnick <max@ofmax.li> | 2022-09-17 08:02:23 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2022-09-17 08:02:23 -0700 |
| commit | d8a0b223dfbe86e88866174082028701b23ab2d4 (patch) | |
| tree | ffe1a388375fe1613c294a796a064d719c2ada4b /grumpy/static-files/base/kustomization.yaml | |
| parent | a0d6733e195bc04a78e6994ee0c978f8bb6c73ad (diff) | |
| download | grumpy-charts-d8a0b223dfbe86e88866174082028701b23ab2d4.tar.gz | |
updated manifests so they actually work
Diffstat (limited to 'grumpy/static-files/base/kustomization.yaml')
| -rw-r--r-- | grumpy/static-files/base/kustomization.yaml | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/grumpy/static-files/base/kustomization.yaml b/grumpy/static-files/base/kustomization.yaml index 6d1eee5..8884ed5 100644 --- a/grumpy/static-files/base/kustomization.yaml +++ b/grumpy/static-files/base/kustomization.yaml @@ -1,19 +1,3 @@ -# Labels to add to all resources and selectors. -commonLabels: - app.kubernetes.io/instance: static-files - app.kubernetes.io/name: static-files - app.kubernetes.io/version: "1.0" - -# Images modify the tags for images without -# creating patches. -images: -- name: static-files - newName: registry.gitlab.com/grumps/ofmax/prod - newTag: latest - -# Value of this field is prepended to the -# names of all resources -namePrefix: static-files # List of resource files that kustomize reads, modifies # and emits as a YAML string @@ -21,5 +5,10 @@ resources: - static-files-deploy.yaml - static-files-ing.yaml - static-files-svc.yaml + # - middleware.yaml + + # configurations: + # - nameReference.yaml + apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization |