• This project
    • Loading...
  • Sign in

201side / floater

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 3
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • floater
  • service.yml
  • robin*'s avatar
    컴포즈 / k8s용 yml파일 추가 · 21d41a58
    21d41a58
    robin* authored 2020-12-09 11:41:17 +0900
service.yml 512 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
apiVersion: v1
kind: Deployment
metadata:
  name: assignments-3rd
spec:
  template:
    spec:
      containers:
        - name: db
          image: mongo:3.6
          metadata:
            - name: mongodb
          ports:
            - name: mongo-port
              protocol: TCP
              port: 27017
              targetPort: 27017
        - name: floater
          image: registry.gitlab.com/robin-maki/floater:latest
          env:
            - name: MONGODB_URL
              value: "mongodb/floater"