Agent Service Configuration
Agent Service Configuration
apiVersion: v1
kind: ConfigMap
metadata:
name: opsmx-services-agent1
namespace: opsmx-agent-agent1
labels:
agent.opsmx.com/name: agent1
agent.opsmx.com/role: agent
data:
services.yaml: |
services:
- name: dev jenkins
type: jenkins
enabled: true
config:
url: https://dev.jenkins.example.com:8080
credentials:
type: basic
secretName: dev-jenkins-secret
- name: artifactory-test
type: artifactory
enabled: true
config:
url: https://artifactory.example.com
credentials:
type: bearer
secretName: artifactory-secret
- name: kubernetes1
type: kubernetes
enabled: true
namespaces:
- name: kubernetes1-ns-test
namespaces:
- test
- name: kubernetes-ns-default
namespaces:
- default
- testAgent Service Credentials
No authentication
HTTP Basic Authentication
HTTP Bearer Authentication
HTTP "Token" Authentication
Agent Service Type
Jenkins
Artifactory
Kubernetes
Last updated