Skip to content

Commit

Permalink
Added references to seed.yaml in Kustomize resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed May 23, 2024
1 parent a594f31 commit 056a19b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.env
config.yaml
mapproxy.yaml
seed.yaml
.python-version
__pycache__/
cache_data/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ https://mapproxy.github.io/mapproxy/latest/install.html

Additional reference can be made to the GitHub project Dockerfile:
https://github.com/mapproxy/mapproxy/blob/master/docker/Dockerfile

# MapProxy configuration

Reference: https://mapproxy.github.io/mapproxy/latest/configuration.html
7 changes: 5 additions & 2 deletions kustomize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ Declarative management of MapProxy Kubernetes resources using Kustomize.

# How to use

Within an overlay directory, create a `mapproxy.yaml` file to configure the
proxied tile layers.
Within each overlay directory, create a `mapproxy.yaml` file to configure the
proxied tile layers and a `seed.yaml` to configure behaviour of the
`mapproxy-seed` tool. Reference:

* https://mapproxy.github.io/mapproxy/latest/configuration.html

Review the built resource output using `kustomize`:

Expand Down
1 change: 1 addition & 0 deletions kustomize/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ configMapGenerator:
- name: mapproxy-configmap
files:
- mapproxy.yaml
- seed.yaml
labels:
- includeSelectors: true
pairs:
Expand Down
1 change: 1 addition & 0 deletions kustomize/overlays/uat/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ configMapGenerator:
- name: mapproxy-configmap
files:
- mapproxy.yaml
- seed.yaml
labels:
- includeSelectors: true
pairs:
Expand Down

0 comments on commit 056a19b

Please sign in to comment.