mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
bump up version
This commit is contained in:
parent
6a43fbe890
commit
1c41fe3e40
@ -1,7 +1,7 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: test2
|
name: example-app
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
@ -9,6 +9,12 @@ spec:
|
|||||||
repoURL: https://github.com/marcel-dempers/docker-development-youtube-series.git
|
repoURL: https://github.com/marcel-dempers/docker-development-youtube-series.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: argo/example-app
|
path: argo/example-app
|
||||||
|
directory:
|
||||||
|
recurse: true
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: test
|
namespace: example-app
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: false
|
||||||
|
selfHeal: false
|
@ -22,7 +22,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: example-app
|
- name: example-app
|
||||||
image: aimvector/python:1.0.0
|
image: aimvector/python:1.0.1
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5000
|
- containerPort: 5000
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
# Deployments
|
|
||||||
|
|
||||||
Build an example app:
|
|
||||||
|
|
||||||
```
|
|
||||||
# Important!
|
|
||||||
# make sure you are at root of the repository
|
|
||||||
# in your terminal
|
|
||||||
|
|
||||||
# you can choose which app you want to build!
|
|
||||||
|
|
||||||
|
|
||||||
# aimvector/golang:1.0.0
|
|
||||||
docker-compose build golang
|
|
||||||
|
|
||||||
|
|
||||||
# aimvector/csharp:1.0.0
|
|
||||||
docker-compose build csharp
|
|
||||||
|
|
||||||
# aimvector/nodejs:1.0.0
|
|
||||||
docker-compose build nodejs
|
|
||||||
|
|
||||||
# aimvector/python:1.0.0
|
|
||||||
docker-compose build python
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
Take a look at example [deployment yaml](./deployment.yaml)
|
|
Loading…
x
Reference in New Issue
Block a user