fresh-notebook-66044
06/21/2023, 11:16 PMmicroscopic-river-74022
06/22/2023, 8:34 AMastonishing-tomato-18259
06/22/2023, 3:42 PMmanifests/deployment.yml
and i want to use that manifest file for kubernetes deploy action.bright-policeman-43626
06/23/2023, 3:53 AMbright-policeman-43626
06/23/2023, 5:35 AMkind: Deploy
type: container
build: api-build
name: api
description: Golang API deployment
spec:
sync:
paths:
- target: /app
mode: "one-way-replica"
salmon-author-28515
06/26/2023, 1:58 PMbright-policeman-43626
06/26/2023, 3:04 PMfew-fish-16423
06/26/2023, 5:45 PMsalmon-author-28515
06/28/2023, 9:49 PMsalmon-author-28515
06/28/2023, 9:50 PMbright-policeman-43626
07/05/2023, 2:49 PMkind: Deploy
description: Helm deploy for the worker container
type: helm
name: api
dependencies: [build.api-build]
spec:
# Sync configuration
defaultTarget:
kind: Deployment
name: api
sync:
paths:
- containerPath: /app
sourcePath: ${actions.build.api-build.sourcePath}/.
mode: one-way-replica
# Configuring chart.
chart:
path: ./my-chart # Garden only support charts to be a sub-path, if you desire you can host this in Github and use repositoryUrl instead.
values: # Override default values with Go container config, see all config available at https://github.com/companyinfo/helm-charts/tree/main
image:
repository: ${actions.build.api-build.outputs.deployment-image-name}
tag: ${actions.build.api-build.version}
pullPolicy: IfNotPresent
ingress:
enabled: true
path: /
hostname: api.${variables.base-hostname}
ports:
- name: http
containerPort: 80
protocol: TCP
nameOverride: api
fullnameOverride: api
few-magazine-85406
07/18/2023, 4:02 AMflaky-plumber-11624
07/20/2023, 10:38 AMclean-kite-99549
07/21/2023, 2:18 PM--set \.garden.mode
in the helm deploy actionblue-afternoon-11285
07/25/2023, 3:26 PMblue-afternoon-11285
07/25/2023, 3:29 PMgarden dev
i see a prompt from MacOS to enable incoming traffic to wich I click Allow. However when I follow a link to "app.garden.io", it says - "there is no active session" and suggest me to try running "garden dev" in my project folder. I can see my other commands just fine under "commands" menu, but not Live.freezing-pharmacist-34446
08/18/2023, 2:18 PMorange-analyst-19175
08/19/2023, 1:49 PMError: Client network socket disconnected before secure TLS connection was established
Any idea what causes this message?swift-spring-8620
08/20/2023, 10:06 PMswift-spring-8620
08/20/2023, 11:40 PMorange-analyst-19175
08/21/2023, 7:52 PMbest-flower-46100
08/22/2023, 8:10 AMmicroscopic-river-74022
08/24/2023, 12:11 AMmicroscopic-river-74022
08/24/2023, 12:53 AMmicroscopic-river-74022
08/24/2023, 2:56 AMmicroscopic-river-74022
08/24/2023, 10:36 AMmicroscopic-river-74022
08/24/2023, 10:18 PMmicroscopic-river-74022
08/25/2023, 5:45 AMmicroscopic-river-74022
08/25/2023, 1:38 PMmicroscopic-river-74022
08/28/2023, 3:21 AM