remove unused files
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
#apiVersion: argoproj.io/v1alpha1
|
||||
#kind: Application
|
||||
#metadata:
|
||||
# name: octopus-tentacle
|
||||
# namespace: argocd
|
||||
#spec:
|
||||
# project: default
|
||||
# source:
|
||||
# repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git
|
||||
# targetRevision: main
|
||||
# path: octopus-tentacle
|
||||
# destination:
|
||||
# namespace: octopus-tentacle
|
||||
# name: in-cluster
|
||||
# syncPolicy:
|
||||
# automated:
|
||||
# prune: true
|
||||
# selfHeal: true
|
||||
# syncOptions:
|
||||
# - CreateNamespace=true
|
||||
#
|
||||
@@ -1,13 +0,0 @@
|
||||
apiVersion: v2
|
||||
name: jaeger
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
|
||||
version: 0.1.0
|
||||
appVersion: "1.16.0"
|
||||
|
||||
dependencies:
|
||||
- name: jaeger
|
||||
repository: https://jaegertracing.github.io/helm-charts
|
||||
version: 0.71.10
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
apiVersion: v2
|
||||
name: octopus-tentacle
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
|
||||
version: 0.1.0
|
||||
appVersion: "0.1.0"
|
||||
@@ -1,46 +0,0 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: octopus-tentacle
|
||||
labels:
|
||||
app: octopus-tentacle
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: octopus-tentacle
|
||||
replicas: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: octopus-tentacle
|
||||
spec:
|
||||
containers:
|
||||
- name: octopus-tentacle
|
||||
image: registry.internal.durp.info/octopusdeploy/tentacle:latest
|
||||
imagePullPolicy: Always
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
privileged: true
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 10933
|
||||
env:
|
||||
- name: ACCEPT_EULA
|
||||
value: "Y"
|
||||
- name: ListeningPort
|
||||
value: "10933"
|
||||
- name: ServerUrl
|
||||
value: "https://octopus.internal.durp.info"
|
||||
- name: TargetWorkerPool
|
||||
value: "Default Worker Pool"
|
||||
- name: CustomPublicHostName
|
||||
value: "192.168.20.132"
|
||||
- name: PublicHostNameConfiguration
|
||||
value: "Custom"
|
||||
- name: TargetName
|
||||
value: "k3s"
|
||||
- name: ServerApiKey
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: octopus-tentacle-secret
|
||||
key: key
|
||||
@@ -1,15 +0,0 @@
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: octopus-tentacle-secret
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: octopus-tentacle-secret
|
||||
data:
|
||||
- secretKey: key
|
||||
remoteRef:
|
||||
key: secrets/octopus/api
|
||||
property: key
|
||||
@@ -1,13 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: octopus-tentacle
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 10933
|
||||
targetPort: 10933
|
||||
protocol: TCP
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
app: octopus-tentacle
|
||||
@@ -1,12 +0,0 @@
|
||||
apiVersion: v2
|
||||
name: traefik-mesh
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
|
||||
version: 0.1.0
|
||||
appVersion: "1.16.0"
|
||||
|
||||
dependencies:
|
||||
- name: traefik-mesh
|
||||
repository: https://traefik.github.io/charts
|
||||
version: 4.1.1
|
||||
@@ -1,209 +0,0 @@
|
||||
traefik-mesh:
|
||||
# Default values for Traefik Mesh.
|
||||
|
||||
# acl: true
|
||||
|
||||
# kubedns: true
|
||||
|
||||
# clusterDomain: cluster.local
|
||||
|
||||
# logLevel: error
|
||||
# logFormat: common
|
||||
|
||||
# defaultMode: http
|
||||
|
||||
limits:
|
||||
http: 10
|
||||
tcp: 25
|
||||
udp: 25
|
||||
|
||||
controller:
|
||||
image:
|
||||
name: traefik/mesh
|
||||
# (Optional)
|
||||
pullPolicy: Always
|
||||
# (Optional)
|
||||
# tag: v1.1.0
|
||||
# (Optional)
|
||||
# pullSecret: xxx
|
||||
|
||||
# logLevel: error
|
||||
# logFormat: common
|
||||
|
||||
# ignoreNamespaces:
|
||||
# - example
|
||||
|
||||
# watchNamespaces:
|
||||
# - example
|
||||
|
||||
resources:
|
||||
limit:
|
||||
mem: 100Mi
|
||||
cpu: 200m
|
||||
request:
|
||||
mem: 50Mi
|
||||
cpu: 100m
|
||||
|
||||
# Added so we can launch on nodes with restrictions.
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
proxy:
|
||||
image:
|
||||
name: traefik
|
||||
# (Optional)
|
||||
pullPolicy: Always
|
||||
# (Optional)
|
||||
# tag: v2.5
|
||||
# (Optional)
|
||||
# pullSecret: xxx
|
||||
|
||||
# logLevel: error
|
||||
# logFormat: common
|
||||
|
||||
# pollInterval: 1s
|
||||
# pollTimeout: 1s
|
||||
|
||||
# forwardingTimeouts:
|
||||
# dialTimeout: 30s
|
||||
# (Optional)
|
||||
# responseHeaderTimeout: 0s
|
||||
# (Optional)
|
||||
# idleConnTimeout: 1s
|
||||
|
||||
# env:
|
||||
# - name: NAME
|
||||
# value: "value"
|
||||
|
||||
# envFrom:
|
||||
# - configMapRef:
|
||||
# name: config
|
||||
|
||||
# additionalArguments:
|
||||
# - "--name=value"
|
||||
|
||||
resources:
|
||||
limit:
|
||||
mem: 100Mi
|
||||
cpu: 200m
|
||||
request:
|
||||
mem: 50Mi
|
||||
cpu: 100m
|
||||
|
||||
# Added so we can launch on nodes with restrictions.
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
|
||||
# Additional deployment annotations.
|
||||
# annotations: {}
|
||||
|
||||
# Additional pod annotations.
|
||||
# podAnnotations: {}
|
||||
|
||||
#
|
||||
# Tracing configuration.
|
||||
#
|
||||
tracing:
|
||||
deploy: true
|
||||
jaeger:
|
||||
enabled: true
|
||||
# (Optional)
|
||||
# localAgentHostPort: "127.0.0.1:6831"
|
||||
# (Optional)
|
||||
# samplingServerURL: "http://localhost:5778/sampling"
|
||||
# datadog:
|
||||
# localAgentHostPort: "127.0.0.1:8126"
|
||||
# (Optional)
|
||||
# debug: true
|
||||
# (Optional)
|
||||
# globalTag: "sample"
|
||||
# (Optional)
|
||||
# prioritySampling: true
|
||||
# zipkin:
|
||||
# httpEndpoint: "127.0.0.1:8125"
|
||||
# (Optional)
|
||||
# sameSpan: true
|
||||
# (Optional)
|
||||
# id128Bit: false
|
||||
# (Optional)
|
||||
# sampleRate: 0.2
|
||||
# instana:
|
||||
# localAgentHost: "127.0.0.1"
|
||||
# localAgentPort: 42699
|
||||
# logLevel: info
|
||||
# haystack:
|
||||
# localAgentHost: "127.0.0.1"
|
||||
# localAgentPort: 42699
|
||||
# (Optional)
|
||||
# globalTag: "sample:test"
|
||||
# (Optional)
|
||||
# traceIDHeaderName: "sample"
|
||||
# (Optional)
|
||||
# parentIDHeaderName: "sample"
|
||||
# (Optional)
|
||||
# spanIDHeaderName: "sample"
|
||||
# (Optional)
|
||||
# baggagePrefixHeaderName: "sample"
|
||||
|
||||
#
|
||||
# Metrics configuration.
|
||||
#
|
||||
metrics:
|
||||
deploy: true
|
||||
prometheus:
|
||||
# whether to expose Prometheus metrics
|
||||
enabled: true
|
||||
# (Optional)
|
||||
# addEntrypointsLabels: true
|
||||
# (Optional)
|
||||
# addServiceLabels: true
|
||||
# (Optional)
|
||||
# buckets: 0.100000, 0.300000, 1.200000, 5.000000
|
||||
## you can override values of the metrics subchart here.
|
||||
## check charts/metrics/values.yaml for the defaults.
|
||||
## example:
|
||||
# grafana:
|
||||
# storageClassName: "metrics-storage"
|
||||
# resources:
|
||||
# limit:
|
||||
# mem: "500Mi"
|
||||
# cpu: "500m"
|
||||
# request:
|
||||
# mem: "200Mi"
|
||||
# cpu: "200m"
|
||||
# datadog:
|
||||
# address: "127.0.0.1:8125"
|
||||
# (Optional)
|
||||
# addEntrypointsLabels: true
|
||||
# (Optional)
|
||||
# addServiceLabels: true
|
||||
# (Optional)
|
||||
# pushInterval: 10s
|
||||
# influxdb:
|
||||
# address: "localhost:8089"
|
||||
# protocol: "udp"
|
||||
# (Optional)
|
||||
# database: "db"
|
||||
# (Optional)
|
||||
# retentionPolicy: "two_hours"
|
||||
# (Optional)
|
||||
# username: "john"
|
||||
# (Optional)
|
||||
# password: "secret"
|
||||
# (Optional)
|
||||
# addEntrypointsLabels: true
|
||||
# (Optional)
|
||||
# addServiceLabels: true
|
||||
# (Optional)
|
||||
# pushInterval: 10s
|
||||
# statsd:
|
||||
# address: "127.0.0.1:8125"
|
||||
# (Optional)
|
||||
# addEntrypointsLabels: true
|
||||
# (Optional)
|
||||
# addServiceLabels: true
|
||||
# (Optional)
|
||||
# pushInterval: 10s
|
||||
# (Optional)
|
||||
# prefix: traefik
|
||||
Reference in New Issue
Block a user