aboutsummaryrefslogtreecommitdiff
path: root/cmd/future-sight
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-07-05 09:57:43 -0400
committerXe Iaso <me@xeiaso.net>2024-07-05 09:59:20 -0400
commit3e902d785ed9bc6932debc1cc15ced8cf3e0a272 (patch)
tree9f4a480d2194343cfdd80b4f9f6ca38ef0c234f6 /cmd/future-sight
parent947410f7f2c9d45646c77847de3eadb75fcfb642 (diff)
downloadx-3e902d785ed9bc6932debc1cc15ced8cf3e0a272.tar.xz
x-3e902d785ed9bc6932debc1cc15ced8cf3e0a272.zip
enable grpc in mi, UTM parameters
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/future-sight')
-rw-r--r--cmd/future-sight/manifest/prod/deployment.yaml3
-rw-r--r--cmd/future-sight/manifest/prod/kustomization.yaml2
-rw-r--r--cmd/future-sight/manifest/prod/service.yaml4
3 files changed, 5 insertions, 4 deletions
diff --git a/cmd/future-sight/manifest/prod/deployment.yaml b/cmd/future-sight/manifest/prod/deployment.yaml
index 1294c52..7e556b4 100644
--- a/cmd/future-sight/manifest/prod/deployment.yaml
+++ b/cmd/future-sight/manifest/prod/deployment.yaml
@@ -18,6 +18,7 @@ metadata:
namespace: future-sight
labels:
app.kubernetes.io/name: future-sight
+ xeiaso.net/role: web
annotations:
operator.1password.io/auto-restart: "true"
spec:
@@ -25,11 +26,13 @@ spec:
selector:
matchLabels:
app.kubernetes.io/name: future-sight
+ xeiaso.net/role: web
template:
metadata:
namespace: future-sight
labels:
app.kubernetes.io/name: future-sight
+ xeiaso.net/role: web
spec:
volumes:
- name: tigris
diff --git a/cmd/future-sight/manifest/prod/kustomization.yaml b/cmd/future-sight/manifest/prod/kustomization.yaml
index 026e648..dc331e9 100644
--- a/cmd/future-sight/manifest/prod/kustomization.yaml
+++ b/cmd/future-sight/manifest/prod/kustomization.yaml
@@ -7,5 +7,3 @@ resources:
- nats.yaml
- valkey.yaml
namespace: future-sight
-commonLabels:
- app.kubernetes.io/name: future-sight
diff --git a/cmd/future-sight/manifest/prod/service.yaml b/cmd/future-sight/manifest/prod/service.yaml
index 4c518ae..8d5dab5 100644
--- a/cmd/future-sight/manifest/prod/service.yaml
+++ b/cmd/future-sight/manifest/prod/service.yaml
@@ -4,10 +4,10 @@ metadata:
name: future-sight
namespace: future-sight
labels:
- app.kubernetes.io/name: future-sight
+ xeiaso.net/role: web
spec:
selector:
- app.kubernetes.io/name: future-sight
+ xeiaso.net/role: web
ports:
- protocol: TCP
port: 80