-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.garden.yml
46 lines (44 loc) · 1.34 KB
/
project.garden.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
apiVersion: garden.io/v0
kind: Project
name: thx-sample-project
variables:
skipBuild: false # skip build dependency in the templates
gardenProjectName: thx
dockerRepo: dockerRepoURLs
baseImageJava8: eclipse-temurin:8u345-b01-jre-ubuntu23
baseImageJava11: distroless-os-images:debian11-java11.0.18
namespace: thx
projectname: sharedServices
withPlan: false # requires plan to deploy services
deploymentRegistry:
hostname: docker-registry-hostname
namespace: namespace
environments:
- name: dev
defaultNamespace: thx # change to enabling services
variables:
springProfiles: gcp,gcp-dev
providers:
- name: jib # <----
environments: ["dev"]
- name: kubernetes
environments: ["dev"]
context: k8s_context
deploymentRegistry: ${var.deploymentRegistry}
buildMode: kaniko
kaniko:
namespace: null #setting it to null, builder pods are started in the project namespace instead of the garden-system namespace
imagePullSecrets:
- name: registry-config
namespace: default
resources:
builder:
requests:
ephemeralStorage: 4096
cpu: "2"
memory: 8192
- name: pulumi
environments: ["dev"]
# The version of pulumi to use. Set to `null` to use whichever version of `pulumi` is on your PATH.
version: 3.64.0
orgName: org_name