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/blog/ingress.yaml | |
| parent | a0d6733e195bc04a78e6994ee0c978f8bb6c73ad (diff) | |
| download | grumpy-charts-d8a0b223dfbe86e88866174082028701b23ab2d4.tar.gz | |
updated manifests so they actually work
Diffstat (limited to 'grumpy/static-files/blog/ingress.yaml')
| -rw-r--r-- | grumpy/static-files/blog/ingress.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/grumpy/static-files/blog/ingress.yaml b/grumpy/static-files/blog/ingress.yaml new file mode 100644 index 0000000..fc60d92 --- /dev/null +++ b/grumpy/static-files/blog/ingress.yaml @@ -0,0 +1,8 @@ +apiVersion: networking.k8s.io/v1 +kind: Ingress +metadata: + name: static-files +spec: + rules: + - $patch: merge + host: stuff |