-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
30 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
namespace: grumpycat | ||
resources: | ||
- ../../base | ||
|
||
|
||
images: | ||
- name: quay.io/wpernath/grumpycat-melonjs:latest | ||
newName: quay.io/wpernath/grumpycat-melonjs | ||
newTag: v0.6.4 | ||
- name: quay.io/wpernath/quarkus-grumpycat:latest | ||
newName: quay.io/wpernath/quarkus-grumpycat | ||
newTag: v0.6.4 | ||
|
||
# generate a configmap | ||
configMapGenerator: | ||
# Cat - Client ConfigMap, note that the client app runs entirely on the browser, | ||
# so we need to use the external URL of the grumpycat server service | ||
# | ||
- name: client-config | ||
literals: | ||
- APPLICATION_BASESERVERURL=http://cat-server-grumpycat.apps.cat4.ocp.lan/ | ||
# Grumpycat Server configmap, just point to the internal service name of the kafka service | ||
- name: server-config | ||
literals: | ||
- KAFKA_BOOTSTRAP_SERVERS=grumpy-kafka-kafka-bootstrap:9092 |
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
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