Skip to content

Commit

Permalink
build config
Browse files Browse the repository at this point in the history
  • Loading branch information
0pens0 committed Oct 24, 2024
1 parent df6877e commit fc2633c
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ metadata:
name: spring-metal
spec:
content:
buildTimestamp: "2024-10-23T14:05:35Z"
gitCommit: 50f3700838d1ffb1b24de48433040fa0a97d260f-dirty
buildTimestamp: "2024-10-24T13:10:10Z"
gitCommit: df6877e8de53890209dfe3ba3d44bd20f8fd27f5-dirty
gitURL: github.com/0pens0/spring-metal.git
packageImage: harbor.vmtanzu.com/openso/spring-metal@sha256:c50d71edc01e48e8a1406a91d9fb4864b235922dbb10ac4bcd60785c391bc843
packageImage: harbor.vmtanzu.com/openso/spring-metal@sha256:5b60c37e0890271c46ad62a6a369762c26a750439cd9158d2cbbdb3ec8d63a4f
packageRefName: spring-metal.apps.local
packageVersion: 20241023.1405.35308
summary: git:50f3700 @ 2024-10-23T14:05:35Z
version: 20241023.1405.35308
packageVersion: 20241024.1310.10414
summary: git:df6877e @ 2024-10-24T13:10:10Z
version: 20241024.1310.10414
health:
maxUnavailableReplicas: 10%
image: harbor.vmtanzu.com/openso/spring-metal:20241023.1405.35308@sha256:8b8bf2cc97bf4c0d155f35080d421aa4cb766dd3caecc94d577949da21377684
image: harbor.vmtanzu.com/openso/spring-metal:20241024.1310.10414@sha256:ff165f4ad2546d8a884ac0ec009dd55fc2998b8715bb5ae050e9ac8072ac8681
nonSecretEnv:
- name: JAVA_TOOL_OPTIONS
value: -Dmanagement.endpoint.health.probes.add-additional-paths=true -Dmanagement.health.probes.enabled=true
Expand Down Expand Up @@ -75,7 +75,7 @@ spec:
- apiGroup: data.packaging.carvel.dev
for: kubernetes.delete
kind: Package
name: spring-metal.apps.local.20241023.1405.35308
name: spring-metal.apps.local.20241024.1310.10414
- for: kubernetes.delete
kind: Secret
name: spring-metal-values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ metadata:
apps.tanzu.vmware.com/promotable: ""
apps.tanzu.vmware.com/promote-group: ContainerApp/spring-metal
creationTimestamp: null
name: spring-metal.apps.local.20241023.1405.35308
name: spring-metal.apps.local.20241024.1310.10414
spec:
refName: spring-metal.apps.local
releasedAt: "2024-10-23T14:07:01Z"
releasedAt: "2024-10-24T13:12:04Z"
template:
spec:
deploy:
Expand All @@ -17,7 +17,7 @@ spec:
- --wait=false
fetch:
- imgpkgBundle:
image: harbor.vmtanzu.com/openso/spring-metal@sha256:c50d71edc01e48e8a1406a91d9fb4864b235922dbb10ac4bcd60785c391bc843
image: harbor.vmtanzu.com/openso/spring-metal@sha256:5b60c37e0890271c46ad62a6a369762c26a750439cd9158d2cbbdb3ec8d63a4f
template:
- ytt:
paths:
Expand All @@ -28,4 +28,4 @@ spec:
- '-'
valuesSchema:
openAPIv3: null
version: 20241023.1405.35308
version: 20241024.1310.10414
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
packageRef:
refName: spring-metal.apps.local
versionSelection:
constraints: 20241023.1405.35308
constraints: 20241024.1310.10414
serviceAccountName: carvel-package-installer
values:
- secretRef:
Expand Down
8 changes: 4 additions & 4 deletions .tanzu/config/genai-service-binding.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: services.tanzu.vmware.com/v1
kind: ServiceBinding
metadata:
name: genai-chat-spring-metal
name: gitops-chat-spring-metal
namespace: default
spec:
alias: ai-chat
serviceRef:
apiGroup: services.tanzu.vmware.com
connectorName: main
kind: PreProvisionedService
name: genai-chat
name: gitops-chat
targetRef:
apiGroup: apps.tanzu.vmware.com
kind: ContainerApp
Expand All @@ -19,15 +19,15 @@ spec:
apiVersion: services.tanzu.vmware.com/v1
kind: ServiceBinding
metadata:
name: genai-embed-spring-metal
name: gitops-embeddings-spring-metal
namespace: default
spec:
alias: ai-embed
serviceRef:
apiGroup: services.tanzu.vmware.com
connectorName: main
kind: PreProvisionedService
name: genai-embed
name: gitops-embeddings
targetRef:
apiGroup: apps.tanzu.vmware.com
kind: ContainerApp
Expand Down
25 changes: 25 additions & 0 deletions .tanzu/config/httproute.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: gateway.networking.k8s.io/v1beta1
kind: HTTPRoute
metadata:
name: gitops-assist
annotations:
healthcheck.gslb.tanzu.vmware.com/service: boneyard-assist
healthcheck.gslb.tanzu.vmware.com/path: /
healthcheck.gslb.tanzu.vmware.com/port: "8080"
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: default-gateway
sectionName: http-gitops-assist
rules:
- backendRefs:
- group: ""
kind: Service
name: boneyard-assist
port: 8080
weight: 1
matches:
- path:
type: PathPrefix
value: /
4 changes: 2 additions & 2 deletions .tanzu/config/postgres-service-binding.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: services.tanzu.vmware.com/v1
kind: ServiceBinding
metadata:
name: pgvector-spring-metal
name: gitops-pgvector-spring-metal
namespace: default
spec:
alias: db
serviceRef:
apiGroup: services.tanzu.vmware.com
connectorName: main
kind: PreProvisionedService
name: pgvector
name: gitops-db-vector
targetRef:
apiGroup: apps.tanzu.vmware.com
kind: ContainerApp
Expand Down

0 comments on commit fc2633c

Please sign in to comment.